Remove keymap for "esc"

This commit is contained in:
Grant Nestor 2017-07-27 08:08:04 -07:00
parent 1ae816517e
commit 0552b3b1ab

View File

@ -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") }