mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
unbind ctrl-space for now
This commit is contained in:
parent
6dcc6746b7
commit
629c92466f
@ -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