##// END OF EJS Templates
make execute button in menu bar match shift-enter...
MinRK -
Show More
@@ -100,8 +100,9 var IPython = (function (IPython) {
100 label : 'Run Cell',
100 label : 'Run Cell',
101 icon : 'icon-play',
101 icon : 'icon-play',
102 callback : function () {
102 callback : function () {
103 IPython.notebook.execute_cell();
103 // emulate default shift-enter behavior
104 }
104 IPython.notebook.execute_cell_and_select_below();
105 }
105 },
106 },
106 {
107 {
107 id : 'interrupt_b',
108 id : 'interrupt_b',
General Comments 0
You need to be logged in to leave comments. Login now