Restore ctrl-enter shortcut for mac users

This commit is contained in:
Kevin Bates 2020-11-03 16:06:02 -08:00
parent 72217183c8
commit c893b59a9b
No known key found for this signature in database
GPG Key ID: ADCCD5840EE5145F

View File

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