Skip to content
New issue

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

keybindings #6

Open
therewasaguy opened this issue Aug 6, 2015 · 3 comments
Open

keybindings #6

therewasaguy opened this issue Aug 6, 2015 · 3 comments

Comments

@therewasaguy
Copy link
Owner

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.

@therewasaguy
Copy link
Owner Author

started to add some keybindings: ab44e1d

command-r/p --> run code
command-s --> save sketch

@therewasaguy
Copy link
Owner Author

related to #70 (auto-format option keyboard shortcut)

@therewasaguy
Copy link
Owner Author

related to #107 (iframe should catch events)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant