Show More
@@ -524,14 +524,6 b' var IPython = (function (IPython) {' | |||
|
524 | 524 | return false; |
|
525 | 525 | } |
|
526 | 526 | }, |
|
527 | 'shift+=' : { | |
|
528 | help : 'merge cell below', | |
|
529 | help_index : 'ek', | |
|
530 | handler : function (event) { | |
|
531 | IPython.notebook.merge_cell_below(); | |
|
532 | return false; | |
|
533 | } | |
|
534 | }, | |
|
535 | 527 | 'shift+m' : { |
|
536 | 528 | help : 'merge cell below', |
|
537 | 529 | help_index : 'ek', |
General Comments 0
You need to be logged in to leave comments.
Login now