mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
More consistency!
This commit is contained in:
parent
51fc7692aa
commit
65598bf1f4
@ -43,7 +43,7 @@ define([
|
||||
{ shortcut: "Alt-Backspace", help:i18n.msg._("delete word before") },
|
||||
{ shortcut: "Alt-Delete", help:i18n.msg._("delete word after") },
|
||||
{ shortcut: "Cmd-Shift-z", help:i18n.msg._("redo") },
|
||||
{ shortcut: "Shift-Cmd-u", help:i18n.msg._("redo selection") },
|
||||
{ shortcut: "Cmd-Shift-u", help:i18n.msg._("redo selection") },
|
||||
{ shortcut: "Ctrl-k", help:i18n.msg._("emacs-style line kill") },
|
||||
{ shortcut: "Cmd-Backspace", help:i18n.msg._("delete line left of cursor") },
|
||||
{ shortcut: "Cmd-Delete", help:i18n.msg._("delete line right of cursor") }
|
||||
|
Loading…
Reference in New Issue
Block a user