mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Add shift-up/down as multiselect kb shortcuts
This commit is contained in:
parent
a8084b0273
commit
2b001d9394
@ -102,6 +102,8 @@ define([
|
|||||||
'j' : 'ipython.select-next-cell',
|
'j' : 'ipython.select-next-cell',
|
||||||
'shift-k': 'ipython.extend-selection-previous',
|
'shift-k': 'ipython.extend-selection-previous',
|
||||||
'shift-j': 'ipython.extend-selection-next',
|
'shift-j': 'ipython.extend-selection-next',
|
||||||
|
'shift-up': 'ipython.extend-selection-previous',
|
||||||
|
'shift-down': 'ipython.extend-selection-next',
|
||||||
'x' : 'ipython.cut-selected-cell',
|
'x' : 'ipython.cut-selected-cell',
|
||||||
'c' : 'ipython.copy-selected-cell',
|
'c' : 'ipython.copy-selected-cell',
|
||||||
'v' : 'ipython.paste-cell-after',
|
'v' : 'ipython.paste-cell-after',
|
||||||
|
Loading…
Reference in New Issue
Block a user