mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge pull request #4964 from ptone/merge-above
remove shift-= merge keyboard shortcut
This commit is contained in:
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…
Reference in New Issue
Block a user