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

Build shortcut #109

Open
ncannasse opened this issue Jun 29, 2016 · 2 comments
Open

Build shortcut #109

ncannasse opened this issue Jun 29, 2016 · 2 comments

Comments

@ncannasse
Copy link

In IDE such as HaxeDevelop, Ctrl+S is used to save the current file and F5 to build+Run.
Would be nice to have these two as build shortcuts when we have the code window focused.

@profelis
Copy link
Contributor

Ctrl-Enter and F5 works now

try-haxe/src/Editor.hx

Lines 65 to 69 in 2c2b6ed

"Ctrl-Space" : function (cm:CodeMirror) {autocomplete(cm);},
"Ctrl-Enter" : "compile",
"F8" : "compile",
"F5" : "compile",
"F11" : "togglefullscreen"

@clemos
Copy link
Owner

clemos commented Jun 29, 2016

Also, what action would you see for Ctrl+S ?

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

3 participants