Hi, I noticed that the default shortcut key for running cells in the Jupyter Notebook file of the macOS version of VSCode is Ctrl+Enter. I think it should be as consistent as possible with the original Jupyter Notebook shortcut keys (Command+Enter in macOS), especially this most basic sh...
Could we also please have a keyboard shortcut to do this? For example, Sublime Text 3 uses Shift+Alt+(up or down arrows). I don't know what's possible with a browser based notebook though. This is mentioned in a comment on issue #2527 but not responded to. 👍 78 joshuadan...
If entering fullscreen using the F11 shortcut or button in the view > Fullscreen Mode menu, users can exit with the view > Fullscreen Mode menu option, ESC key, or F11 key, and JupyterLab maintains fullscreen synchronization of the menu item, check box, and CSS styling....
"key": "shift+enter", "command": "interactive.input.focus" }, { "key": "alt+enter", "command": "python.execSelectionInTerminal", "when": "editorTextFocus && !findInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused && !replaceInputFocussed && editorLangId == 'python'" }...
The keystroke should be"Accel Shift .". The key name is the thing that is silkscreened on the key (i.e., the primary character of the key), not the character printed after pressing the shift. Changing it to { "shortcuts": [ { "command": "codemirror:insert-text", "args": { "te...