Show More
@@ -107,7 +107,6 b' define(function(require){' | |||||
107 | var index = env.notebook.get_selected_index(); |
|
107 | var index = env.notebook.get_selected_index(); | |
108 | env.notebook.cut_cell(); |
|
108 | env.notebook.cut_cell(); | |
109 | env.notebook.select(index); |
|
109 | env.notebook.select(index); | |
110 | env.notebook.focus_cell(); |
|
|||
111 | } |
|
110 | } | |
112 | }, |
|
111 | }, | |
113 | 'copy-selected-cell' : { |
|
112 | 'copy-selected-cell' : { | |
@@ -115,7 +114,6 b' define(function(require){' | |||||
115 | help_index : 'ef', |
|
114 | help_index : 'ef', | |
116 | handler : function (env) { |
|
115 | handler : function (env) { | |
117 | env.notebook.copy_cell(); |
|
116 | env.notebook.copy_cell(); | |
118 | env.notebook.focus_cell(); |
|
|||
119 | } |
|
117 | } | |
120 | }, |
|
118 | }, | |
121 | 'paste-cell-before' : { |
|
119 | 'paste-cell-before' : { | |
@@ -268,7 +266,6 b' define(function(require){' | |||||
268 | help_index : 'ha', |
|
266 | help_index : 'ha', | |
269 | handler : function (env) { |
|
267 | handler : function (env) { | |
270 | env.notebook.kernel.interrupt(); |
|
268 | env.notebook.kernel.interrupt(); | |
271 | env.notebook.focus_cell(); |
|
|||
272 | } |
|
269 | } | |
273 | }, |
|
270 | }, | |
274 | 'restart-kernel':{ |
|
271 | 'restart-kernel':{ | |
@@ -276,7 +273,6 b' define(function(require){' | |||||
276 | help_index : 'hb', |
|
273 | help_index : 'hb', | |
277 | handler : function (env) { |
|
274 | handler : function (env) { | |
278 | env.notebook.restart_kernel(); |
|
275 | env.notebook.restart_kernel(); | |
279 | env.notebook.focus_cell(); |
|
|||
280 | } |
|
276 | } | |
281 | }, |
|
277 | }, | |
282 | 'undo-last-cell-deletion' : { |
|
278 | 'undo-last-cell-deletion' : { |
General Comments 0
You need to be logged in to leave comments.
Login now