mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Remove keymap for "esc"
This commit is contained in:
parent
1ae816517e
commit
0552b3b1ab
@ -72,7 +72,6 @@ define([
|
||||
{ shortcut: cmd_ctrl + "a", help:i18n.msg._("select all") },
|
||||
{ shortcut: cmd_ctrl + "z", help:i18n.msg._("undo") },
|
||||
{ shortcut: cmd_ctrl + "/", help:i18n.msg._("comment") },
|
||||
{ shortcut: "esc", help:i18n.msg._("single selection") },
|
||||
{ shortcut: cmd_ctrl + "d", help:i18n.msg._("delete whole line") },
|
||||
{ shortcut: cmd_ctrl + "u", help:i18n.msg._("undo selection") },
|
||||
{ shortcut: "Insert", help:i18n.msg._("toggle overwrite flag") }
|
||||
|
Loading…
Reference in New Issue
Block a user