Skip to content

Commit bd36e29

Browse files
committed
more refactoring
1 parent eb1d40a commit bd36e29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebook/static/notebook/js/keyboardmanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ define([
105105
'shift-up': 'jupyter-notebook:extend-marked-cells-above',
106106
'shift-down': 'jupyter-notebook:extend-marked-cells-below',
107107
'ctrl-space': 'jupyter-notebook:toggle-cell-marked',
108-
'x' : 'jupyter-notebook:cut-cell',
108+
'x' : 'jupyter-notebook:cut-selected-cell',
109109
'c' : 'jupyter-notebook:copy-selected-cell',
110110
'v' : 'jupyter-notebook:paste-cell-below',
111111
'a' : 'jupyter-notebook:insert-cell-above',

notebook/static/notebook/js/menubar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ define([
209209
'#restart_clear_output': 'jupyter-notebook:confirm-restart-kernel-and-clear-output',
210210
'#restart_run_all': 'jupyter-notebook:confirm-restart-kernel-and-run-all-cells',
211211
'#int_kernel': 'jupyter-notebook:interrupt-kernel',
212-
'#cut_cell': 'jupyter-notebook:cut-cell',
212+
'#cut_cell': 'jupyter-notebook:cut-selected-cell',
213213
'#copy_cell': 'jupyter-notebook:copy-selected-cell',
214214
'#delete_cell': 'jupyter-notebook:delete-selected-cell',
215215
'#undelete_cell': 'jupyter-notebook:undo-cell-deletion',

0 commit comments

Comments
 (0)