diff --git a/notebook/static/notebook/js/keyboardmanager.js b/notebook/static/notebook/js/keyboardmanager.js index 7a2b83f25e..aee85c23d3 100644 --- a/notebook/static/notebook/js/keyboardmanager.js +++ b/notebook/static/notebook/js/keyboardmanager.js @@ -104,9 +104,9 @@ define([ return { 'shift' : 'jupyter-notebook:ignore', 'shift-enter' : 'jupyter-notebook:run-cell-and-select-next', - 'ctrl-enter' : 'jupyter-notebook:run-cell', 'alt-enter' : 'jupyter-notebook:run-cell-and-insert-below', // cmd on mac, ctrl otherwise + 'cmdtrl-enter' : 'jupyter-notebook:run-cell', 'cmdtrl-s' : 'jupyter-notebook:save-notebook' }; };