Editor icon indicating copy to clipboard operation
Editor copied to clipboard

keyboard shortcuts

Open markhillard opened this issue 6 years ago • 0 comments

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)

markhillard avatar Dec 05 '18 14:12 markhillard