diff --git a/notebook/static/notebook/js/shortcuteditor.js b/notebook/static/notebook/js/shortcuteditor.js index 1ddc26294..d122d688d 100644 --- a/notebook/static/notebook/js/shortcuteditor.js +++ b/notebook/static/notebook/js/shortcuteditor.js @@ -127,6 +127,7 @@ var KeyBindingList = createClass({ " - Use hyphens `-` to represent keys that should be pressed at the same time.\n"+ " - This is designed for use with *modifier* keys: `Cmd`, `Ctrl`, `Alt` ,`Meta`, "+ "`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"+ " - Modifier keys need to precede the non-modifier key in a combination.\n"+