From a03d82508fda84fa4c3b3b5fa76052e778e4ae91 2014-02-03 01:18:35 From: Paul Ivanov Date: 2014-02-03 01:18:35 Subject: [PATCH] Merge pull request #4964 from ptone/merge-above remove shift-= merge keyboard shortcut --- diff --git a/IPython/html/static/notebook/js/keyboardmanager.js b/IPython/html/static/notebook/js/keyboardmanager.js index 1e10142..708ed73 100644 --- a/IPython/html/static/notebook/js/keyboardmanager.js +++ b/IPython/html/static/notebook/js/keyboardmanager.js @@ -524,14 +524,6 @@ var IPython = (function (IPython) { return false; } }, - 'shift+=' : { - help : 'merge cell below', - help_index : 'ek', - handler : function (event) { - IPython.notebook.merge_cell_below(); - return false; - } - }, 'shift+m' : { help : 'merge cell below', help_index : 'ek',