Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion notebook/static/notebook/js/shortcuteditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ var KeyBindingList = createClass({
"`Cmdtrl`, and `Shift`.\n"+
" - `Cmdtrl` acts like `Cmd` on OS X/MacOS and `Ctrl` on Windows/Linux.\n"+
" - At most, one non-modifier key can exist in a key combination.\n"+
" - Multiple non-modifier key can exist in a key combination.\n"+
" - Multiple modifier keys can exist in a key combination.\n"+
" - Modifier keys need to precede the non-modifier key in a combination.\n"+
" - *Valid Examples*: `Shift-a`, `Ctrl-;`, or `Ctrl-Shift-a`. \n"+
" - *Invalid Example*s: `a-b` and `a-Ctrl-Shift`. \n"+
Expand Down