mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
Merge pull request #703 from Carreau/ctrl-space
Unbind ctrl-space for now
This commit is contained in:
commit
40daca3eca
@ -104,7 +104,6 @@ define([
|
||||
'shift-j': 'jupyter-notebook:extend-marked-cells-below',
|
||||
'shift-up': 'jupyter-notebook:extend-marked-cells-above',
|
||||
'shift-down': 'jupyter-notebook:extend-marked-cells-below',
|
||||
'ctrl-space': 'jupyter-notebook:toggle-cell-marked',
|
||||
'x' : 'jupyter-notebook:cut-cell',
|
||||
'c' : 'jupyter-notebook:copy-cell',
|
||||
'v' : 'jupyter-notebook:paste-cell-below',
|
||||
|
Loading…
Reference in New Issue
Block a user