Show More
@@ -109,14 +109,14 b' var IPython = (function (IPython) {' | |||||
109 | } |
|
109 | } | |
110 | }, |
|
110 | }, | |
111 | 'alt+enter' : { |
|
111 | 'alt+enter' : { | |
112 | help : 'run cell', |
|
112 | help : 'run cell, insert below', | |
113 | handler : function (event) { |
|
113 | handler : function (event) { | |
114 | IPython.notebook.execute_selected_cell('alt'); |
|
114 | IPython.notebook.execute_selected_cell('alt'); | |
115 | return false; |
|
115 | return false; | |
116 | } |
|
116 | } | |
117 | }, |
|
117 | }, | |
118 | 'ctrl+enter' : { |
|
118 | 'ctrl+enter' : { | |
119 | help : 'run cell', |
|
119 | help : 'run cell, select below', | |
120 | handler : function (event) { |
|
120 | handler : function (event) { | |
121 | IPython.notebook.execute_selected_cell('ctrl'); |
|
121 | IPython.notebook.execute_selected_cell('ctrl'); | |
122 | return false; |
|
122 | return false; |
General Comments 0
You need to be logged in to leave comments.
Login now