mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Remove Ctrl-J & Ctrl-K shortcuts
Closes gh-7716
This commit is contained in:
parent
987b338758
commit
73727ed5ae
@ -89,8 +89,6 @@ define([
|
|||||||
'shift-v' : 'ipython.paste-cell-before',
|
'shift-v' : 'ipython.paste-cell-before',
|
||||||
'shift-m' : 'ipython.merge-selected-cell-with-cell-after',
|
'shift-m' : 'ipython.merge-selected-cell-with-cell-after',
|
||||||
'shift-o' : 'ipython.toggle-output-scrolling-selected-cell',
|
'shift-o' : 'ipython.toggle-output-scrolling-selected-cell',
|
||||||
'ctrl-j' : 'ipython.move-selected-cell-down',
|
|
||||||
'ctrl-k' : 'ipython.move-selected-cell-up',
|
|
||||||
'enter' : 'ipython.enter-edit-mode',
|
'enter' : 'ipython.enter-edit-mode',
|
||||||
'space' : 'ipython.scroll-down',
|
'space' : 'ipython.scroll-down',
|
||||||
'down' : 'ipython.select-next-cell',
|
'down' : 'ipython.select-next-cell',
|
||||||
|
Loading…
Reference in New Issue
Block a user