From 0552b3b1ab18c2b30bf625f65f34ed36d612fcd6 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Thu, 27 Jul 2017 08:08:04 -0700 Subject: [PATCH] Remove keymap for "esc" --- notebook/static/notebook/js/quickhelp.js | 1 - 1 file changed, 1 deletion(-) diff --git a/notebook/static/notebook/js/quickhelp.js b/notebook/static/notebook/js/quickhelp.js index 9d20c9efc..014432c4f 100644 --- a/notebook/static/notebook/js/quickhelp.js +++ b/notebook/static/notebook/js/quickhelp.js @@ -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") }