Merge pull request #4964 from ptone/merge-above

remove shift-= merge keyboard shortcut
Paul Ivanov 12 years ago
commit 0f86d8c909

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

Loading…
Cancel
Save