We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
started a basic keybinding module to catch keyboard shortcuts:
For example, command-s should override the browser's save with preventDefault
Using Mousetrap the same library as the desktop IDE.
One issue so far is that the ACE editor captures key events, so if you hit cmd-s while editing, mousetrap doesn't catch it.
The text was updated successfully, but these errors were encountered:
started to add some keybindings: ab44e1d
command-r/p --> run code command-s --> save sketch
Sorry, something went wrong.
related to #70 (auto-format option keyboard shortcut)
related to #107 (iframe should catch events)
No branches or pull requests
started a basic keybinding module to catch keyboard shortcuts:
For example, command-s should override the browser's save with preventDefault
Using Mousetrap the same library as the desktop IDE.
One issue so far is that the ACE editor captures key events, so if you hit cmd-s while editing, mousetrap doesn't catch it.
The text was updated successfully, but these errors were encountered: