We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42f240 commit 4775ee5Copy full SHA for 4775ee5
notebook/static/notebook/js/keyboardmanager.js
@@ -104,9 +104,9 @@ define([
104
return {
105
'shift' : 'jupyter-notebook:ignore',
106
'shift-enter' : 'jupyter-notebook:run-cell-and-select-next',
107
- 'ctrl-enter' : 'jupyter-notebook:run-cell',
108
'alt-enter' : 'jupyter-notebook:run-cell-and-insert-below',
109
// cmd on mac, ctrl otherwise
+ 'cmdtrl-enter' : 'jupyter-notebook:run-cell',
110
'cmdtrl-s' : 'jupyter-notebook:save-notebook'
111
};
112
0 commit comments