remove alternate merge down shortcut

as shift+m is universal and sufficient
This commit is contained in:
Preston Holmes 2014-01-30 17:07:32 -08:00
parent fa0d5b2f1a
commit 1d1e3b3932

View File

@ -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',