File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
notebook/static/notebook/js Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ define([
105
105
'shift-up' : 'jupyter-notebook:extend-marked-cells-above' ,
106
106
'shift-down' : 'jupyter-notebook:extend-marked-cells-below' ,
107
107
'ctrl-space' : 'jupyter-notebook:toggle-cell-marked' ,
108
- 'x' : 'jupyter-notebook:cut-cell' ,
108
+ 'x' : 'jupyter-notebook:cut-selected- cell' ,
109
109
'c' : 'jupyter-notebook:copy-selected-cell' ,
110
110
'v' : 'jupyter-notebook:paste-cell-below' ,
111
111
'a' : 'jupyter-notebook:insert-cell-above' ,
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ define([
209
209
'#restart_clear_output' : 'jupyter-notebook:confirm-restart-kernel-and-clear-output' ,
210
210
'#restart_run_all' : 'jupyter-notebook:confirm-restart-kernel-and-run-all-cells' ,
211
211
'#int_kernel' : 'jupyter-notebook:interrupt-kernel' ,
212
- '#cut_cell' : 'jupyter-notebook:cut-cell' ,
212
+ '#cut_cell' : 'jupyter-notebook:cut-selected- cell' ,
213
213
'#copy_cell' : 'jupyter-notebook:copy-selected-cell' ,
214
214
'#delete_cell' : 'jupyter-notebook:delete-selected-cell' ,
215
215
'#undelete_cell' : 'jupyter-notebook:undo-cell-deletion' ,
You can’t perform that action at this time.
0 commit comments