From 629c92466f504bf91a60151bfe2e3a506ad21c82 Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Tue, 3 Nov 2015 15:01:00 -0800 Subject: [PATCH] unbind ctrl-space for now --- notebook/static/notebook/js/keyboardmanager.js | 1 - 1 file changed, 1 deletion(-) diff --git a/notebook/static/notebook/js/keyboardmanager.js b/notebook/static/notebook/js/keyboardmanager.js index 9e618a552..7ec00619a 100644 --- a/notebook/static/notebook/js/keyboardmanager.js +++ b/notebook/static/notebook/js/keyboardmanager.js @@ -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',