Merge pull request #4964 from ptone/merge-above

remove shift-= merge keyboard shortcut
This commit is contained in:
Paul Ivanov 2014-02-02 17:18:35 -08:00
commit 0f86d8c909

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