Edit on github

How to disable JS Bin keyboard shortcuts

If you’re finding there’s issues with all or most of JS Bin’s keyboard shortcuts, perhaps you’re using a keyboard that we’re not able to bind the shortcuts correctly.

You need to open your browser’s developer tools, and from the console run the following command:

jsbin.settings.keys = { disabled: true };

Now hit refresh and JS Bin will not bind keyboard shortcuts.

Note that as we use CodeMirror for the editor, and Emmet these shortcuts may still be in place.

❤️ Love JS Bin?

Support this open source project today, and help it continue to run for another decade 🎂