CodeMirror shortcuts in QuickHelp#5436
Conversation
Our users shouldn't need an internet connection to look at the code mirror shortcuts. This PR places the CM keyboard shortcuts that are currently documented on our website's rendered docs, and places them inside the keyboard shortcuts quickhelp.
|
I'll add logic for the PC/Mac shortcuts to this, just wanted to open the PR |
|
perhaps I should distinguish the undo and redo in CM from undo and redo in command mode? "undo text edit" and "redo text edit" or something like that. |
There was a problem hiding this comment.
Looks like PageUp, PageDown, Home and End can be moved out of platform_specific.
There was a problem hiding this comment.
this is true, but i kept them here to keep them next to the other keys which perform the same function.
I would do it the other way around - undo in command mode is really 'undo delete cell'. There are no other actions that can be undone in command mode. |
CodeMirror shortcuts in QuickHelp
CodeMirror shortcuts in QuickHelp

Our users shouldn't need an internet connection to look at the code mirror
shortcuts. This PR places the CM keyboard shortcuts that are currently
documented on our website's rendered docs, and places them inside the keyboard
shortcuts quickhelp.