Editor
Editor copied to clipboard
keyboard shortcuts
Should I implement keyboard shortcuts for primary action buttons?
Notes
- Don't interfere with existing Default/Sublime/Emmet shortcuts
- Build "help" area with list of shortcuts (print out
CodeMirror.keyMap
object)
Available Shortcuts
-
Ctrl + S
: Save (check for iframe focus - reference) -
Ctrl + F
: Find (not sure if I'll add search/replace functionality)