| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376 |
- {
- "title": "Application Commands",
- "description": "Application commands settings.",
- "jupyter.lab.shortcuts": [
- {
- "command": "application:activate-next-tab",
- "keys": ["Ctrl Shift ]"],
- "selector": "body"
- },
- {
- "command": "application:activate-previous-tab",
- "keys": ["Ctrl Shift ["],
- "selector": "body"
- },
- {
- "command": "application:activate-next-tab-bar",
- "keys": ["Ctrl Shift ."],
- "selector": "body"
- },
- {
- "command": "application:activate-previous-tab-bar",
- "keys": ["Ctrl Shift ,"],
- "selector": "body"
- },
- {
- "command": "application:close",
- "keys": ["Alt W"],
- "selector": ".jp-Activity"
- },
- {
- "command": "application:toggle-mode",
- "keys": ["Accel Shift D"],
- "selector": "body"
- },
- {
- "command": "application:toggle-left-area",
- "keys": ["Accel B"],
- "selector": "body"
- },
- {
- "command": "application:toggle-right-area",
- "keys": ["Accel J"],
- "selector": "body"
- },
- {
- "command": "application:toggle-presentation-mode",
- "keys": [""],
- "selector": "body"
- },
- {
- "command": "application:toggle-fullscreen-mode",
- "keys": ["F11"],
- "selector": "body"
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 1"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 0
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 2"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 1
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 3"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 2
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 4"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 3
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 5"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 4
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 6"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 5
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 7"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 6
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 8"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 7
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 9"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 8
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt 0"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "left",
- "index": 9
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 1"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 0
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 2"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 1
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 3"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 2
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 4"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 3
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 5"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 4
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 6"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 5
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 7"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 6
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 8"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 7
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 9"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 8
- }
- },
- {
- "command": "application:toggle-sidebar-widget",
- "keys": ["Alt Shift 0"],
- "macKeys": [""],
- "selector": "body",
- "args": {
- "side": "right",
- "index": 9
- }
- }
- ],
- "jupyter.lab.menus": {
- "main": [
- {
- "id": "jp-mainmenu-file",
- "items": [
- {
- "type": "separator",
- "rank": 3
- },
- {
- "command": "application:close",
- "rank": 3
- },
- {
- "command": "application:close-all",
- "rank": 3.2
- }
- ]
- },
- {
- "id": "jp-mainmenu-view",
- "items": [
- {
- "type": "submenu",
- "rank": 1,
- "submenu": {
- "id": "jp-mainmenu-view-appearance",
- "label": "Appearance",
- "items": [
- {
- "command": "application:toggle-mode",
- "rank": 0
- },
- {
- "command": "application:toggle-presentation-mode",
- "rank": 0
- },
- {
- "command": "application:toggle-fullscreen-mode",
- "rank": 0
- },
- {
- "type": "separator",
- "rank": 10
- },
- {
- "command": "application:toggle-left-area",
- "rank": 11
- },
- {
- "command": "application:toggle-side-tabbar",
- "rank": 12,
- "args": {
- "side": "left"
- }
- },
- {
- "command": "application:toggle-right-area",
- "rank": 13
- },
- {
- "command": "application:toggle-side-tabbar",
- "rank": 14,
- "args": {
- "side": "right"
- }
- },
- {
- "command": "application:toggle-header",
- "rank": 15
- },
- {
- "type": "separator",
- "rank": 50
- },
- {
- "command": "application:reset-layout",
- "rank": 51
- }
- ]
- }
- },
- {
- "type": "separator",
- "rank": 1
- }
- ]
- }
- ],
- "context": [
- {
- "command": "application:close",
- "selector": "#jp-main-dock-panel .lm-DockPanel-tabBar .lm-TabBar-tab",
- "rank": 4
- },
- {
- "command": "application:close-other-tabs",
- "selector": "#jp-main-dock-panel .lm-DockPanel-tabBar .lm-TabBar-tab",
- "rank": 4
- },
- {
- "command": "application:close-all",
- "selector": "#jp-main-dock-panel .lm-DockPanel-tabBar .lm-TabBar-tab",
- "rank": 4
- },
- {
- "command": "application:close-right-tabs",
- "selector": "#jp-main-dock-panel .lm-DockPanel-tabBar .lm-TabBar-tab",
- "rank": 5
- },
- {
- "command": "__internal:context-menu-info",
- "selector": "body",
- "rank": 9007199254740991
- }
- ]
- },
- "properties": {},
- "additionalProperties": false,
- "type": "object"
- }
|