2
0
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:
Matthias Bussonnier 2015-11-03 15:01:00 -08:00
parent 6dcc6746b7
commit 629c92466f

View File

@ -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',