dumberjs / dumber-gist

A lightweight online IDE to write JS SPA prototypes in your own GitHub gists.
https://gist.dumber.app
MIT License
28 stars 2 forks source link

Some short-cuts conflict with browser default #13

Closed 3cp closed 4 years ago

3cp commented 4 years ago

For example, following short-cuts do not work in win10 chrome because of conflicts with browser default short-cuts.

ctrl-n new file ctrl-w close active tab

Need to redesign some common short-cuts and document them.

3cp commented 4 years ago

Add a menu item to top right "help" menu to list out all short-cuts.