clemos / try-haxe

A small webapp that allows to test Haxe online
https://try.haxe.org
MIT License
126 stars 41 forks source link

Build shortcut #109

Open ncannasse opened 8 years ago

ncannasse commented 8 years ago

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 commented 8 years ago

Ctrl-Enter and F5 works now https://github.com/clemos/try-haxe/blob/2c2b6ed9188655fbc2468ab264f97052dd7f841f/src/Editor.hx#L65-L69

clemos commented 8 years ago

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