Created
July 26, 2021 13:11
-
-
Save herrfeder/65dd4d76159312bb70bc542aa674e2c6 to your computer and use it in GitHub Desktop.
my personal override for jupyterlab key shortcuts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"shortcuts": [ | |
{ | |
"command": "application:activate-next-tab", | |
"keys": [ | |
"Ctrl Shift ArrowRight" | |
], | |
"selector": "body" | |
}, | |
{ | |
"command": "application:activate-previous-tab", | |
"keys": [ | |
"Ctrl Shift ArrowLeft" | |
], | |
"selector": "body" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment