Add Cmdtrl description

pull/2198/head
michaelpacer 9 years ago
parent 8543b4e9f6
commit 240186ab48

@ -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"+

Loading…
Cancel
Save