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.
1 parent 51fc769 commit 65598bfCopy full SHA for 65598bf
notebook/static/notebook/js/quickhelp.js
@@ -43,7 +43,7 @@ define([
43
{ shortcut: "Alt-Backspace", help:i18n.msg._("delete word before") },
44
{ shortcut: "Alt-Delete", help:i18n.msg._("delete word after") },
45
{ shortcut: "Cmd-Shift-z", help:i18n.msg._("redo") },
46
- { shortcut: "Shift-Cmd-u", help:i18n.msg._("redo selection") },
+ { shortcut: "Cmd-Shift-u", help:i18n.msg._("redo selection") },
47
{ shortcut: "Ctrl-k", help:i18n.msg._("emacs-style line kill") },
48
{ shortcut: "Cmd-Backspace", help:i18n.msg._("delete line left of cursor") },
49
{ shortcut: "Cmd-Delete", help:i18n.msg._("delete line right of cursor") }
0 commit comments