Merge pull request #703 from Carreau/ctrl-space

Unbind ctrl-space for now
This commit is contained in:
Matthias Bussonnier 2015-11-05 08:08:26 -08:00
commit 40daca3eca

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