jupyterlab / jupyterlab-shortcutui

A JupyterLab extension for managing keyboard shortcuts
BSD 3-Clause "New" or "Revised" License
54 stars 15 forks source link

run-in-console Shortcut Missing #51

Closed jtelleriar closed 1 year ago

jtelleriar commented 4 years ago

run-in-console Shortcut is missing:

{
            "command": "notebook:run-in-console",
            "keys": [
                "Ctrl Enter"
            ],
            "selector": ".jp-Notebook.jp-mod-editMode"
        }
afshin commented 4 years ago

I think what's happening is that JupyterLab does not ship with a default shortcut for that command. And if you add a custom shortcut for it, it appears that it does not show up in the shortcut editor.