From 1d1e3b393202c3a85e009a2fff3e79a18d66e18a Mon Sep 17 00:00:00 2001 From: Preston Holmes Date: Thu, 30 Jan 2014 17:07:32 -0800 Subject: [PATCH] remove alternate merge down shortcut as shift+m is universal and sufficient --- IPython/html/static/notebook/js/keyboardmanager.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/IPython/html/static/notebook/js/keyboardmanager.js b/IPython/html/static/notebook/js/keyboardmanager.js index 1e6a50cdd..900f83588 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',