diff --git a/notebook/static/notebook/js/keyboardmanager.js b/notebook/static/notebook/js/keyboardmanager.js index aee85c23d..9306b2fce 100644 --- a/notebook/static/notebook/js/keyboardmanager.js +++ b/notebook/static/notebook/js/keyboardmanager.js @@ -105,6 +105,7 @@ define([ 'shift' : 'jupyter-notebook:ignore', 'shift-enter' : 'jupyter-notebook:run-cell-and-select-next', 'alt-enter' : 'jupyter-notebook:run-cell-and-insert-below', + 'ctrl-enter' : 'jupyter-notebook:run-cell', // cmd on mac, ctrl otherwise 'cmdtrl-enter' : 'jupyter-notebook:run-cell', 'cmdtrl-s' : 'jupyter-notebook:save-notebook'