trulyronak/console

add run shortcut and/or hot reload

Closed this issue · 2 comments

hey,
is it possible to add hot reload features and run shortcut like ctrl + enter ?
thanks

I added the features you asked for, in addition to code saving. I tested it on Chrome and Safari.

Keyboard Shortcuts:

  • ctrl/cmd enter : run code
  • ctrl/cmd s : save code
  • ctrl/cmd l : clear console

If you have any other ideas, feel free to post them here, I love adding new stuff!

thanks, now much easier to work with :)