Skip to content

Commit 65598bf

Browse files
committed
More consistency!
1 parent 51fc769 commit 65598bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/js/quickhelp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ define([
4343
{ shortcut: "Alt-Backspace", help:i18n.msg._("delete word before") },
4444
{ shortcut: "Alt-Delete", help:i18n.msg._("delete word after") },
4545
{ shortcut: "Cmd-Shift-z", help:i18n.msg._("redo") },
46-
{ shortcut: "Shift-Cmd-u", help:i18n.msg._("redo selection") },
46+
{ shortcut: "Cmd-Shift-u", help:i18n.msg._("redo selection") },
4747
{ shortcut: "Ctrl-k", help:i18n.msg._("emacs-style line kill") },
4848
{ shortcut: "Cmd-Backspace", help:i18n.msg._("delete line left of cursor") },
4949
{ shortcut: "Cmd-Delete", help:i18n.msg._("delete line right of cursor") }

0 commit comments

Comments
 (0)