We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daeb0a4 + 31f888e commit d42c65aCopy full SHA for d42c65a
notebook/static/notebook/js/shortcuteditor.js
@@ -129,7 +129,7 @@ var KeyBindingList = createClass({
129
"`Cmdtrl`, and `Shift`.\n"+
130
" - `Cmdtrl` acts like `Cmd` on OS X/MacOS and `Ctrl` on Windows/Linux.\n"+
131
" - At most, one non-modifier key can exist in a key combination.\n"+
132
- " - Multiple non-modifier key can exist in a key combination.\n"+
+ " - Multiple modifier keys can exist in a key combination.\n"+
133
" - Modifier keys need to precede the non-modifier key in a combination.\n"+
134
" - *Valid Examples*: `Shift-a`, `Ctrl-;`, or `Ctrl-Shift-a`. \n"+
135
" - *Invalid Example*s: `a-b` and `a-Ctrl-Shift`. \n"+
0 commit comments