From 240186ab4875cced7d70d16eb3d7eb03461506d7 Mon Sep 17 00:00:00 2001 From: michaelpacer Date: Fri, 17 Feb 2017 15:03:07 -0800 Subject: [PATCH] Add Cmdtrl description --- notebook/static/notebook/js/shortcuteditor.js | 1 + 1 file changed, 1 insertion(+) 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"+