mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
remove alternate merge down shortcut
as shift+m is universal and sufficient
This commit is contained in:
parent
fa0d5b2f1a
commit
1d1e3b3932
@ -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