MacBookPro.lan 2026-4-14:20:11:7

This commit is contained in:
oskar
2026-04-14 20:11:08 +02:00
parent a5f8cde4ad
commit 7688bdc9c8
12 changed files with 223 additions and 35 deletions

View File

@@ -41,6 +41,195 @@
"C-KeyN",
"KeyQ"
]
},
{
"command": "workspace:split-horizontal",
"chords": [
"C-KeyZ",
"KeyS"
]
},
{
"command": "workspace:split-vertical",
"chords": [
"C-KeyZ",
"KeyV"
]
},
{
"command": "editor:focus-top",
"chords": [
"C-KeyZ",
"C-KeyK"
]
},
{
"command": "editor:focus-top",
"chords": [
"C-KeyZ",
"KeyK"
]
},
{
"command": "editor:focus-bottom",
"chords": [
"C-KeyZ",
"C-KeyJ"
]
},
{
"command": "editor:focus-bottom",
"chords": [
"C-KeyZ",
"KeyJ"
]
},
{
"command": "editor:focus-left",
"chords": [
"C-KeyZ",
"KeyH"
]
},
{
"command": "editor:focus-right",
"chords": [
"C-KeyZ",
"C-KeyL"
]
},
{
"command": "editor:focus-right",
"chords": [
"C-KeyZ",
"KeyL"
]
},
{
"command": "workspace:next-tab",
"chords": [
"C-KeyB",
"ArrowRight"
]
},
{
"command": "workspace:previous-tab",
"chords": [
"C-KeyB",
"ArrowLeft"
]
},
{
"command": "workspace:goto-tab-1",
"chords": [
"C-KeyB",
"Numpad1"
]
},
{
"command": "workspace:goto-tab-1",
"chords": [
"C-KeyB",
"S-Digit1"
]
},
{
"command": "workspace:goto-tab-2",
"chords": [
"C-KeyB",
"Numpad2"
]
},
{
"command": "workspace:goto-tab-2",
"chords": [
"C-KeyB",
"S-Digit2"
]
},
{
"command": "workspace:goto-tab-3",
"chords": [
"C-KeyB",
"Numpad3"
]
},
{
"command": "workspace:goto-tab-3",
"chords": [
"C-KeyB",
"S-Digit3"
]
},
{
"command": "workspace:goto-tab-4",
"chords": [
"C-KeyB",
"Numpad4"
]
},
{
"command": "workspace:goto-tab-4",
"chords": [
"C-KeyB",
"S-Digit4"
]
},
{
"command": "workspace:goto-tab-5",
"chords": [
"C-KeyB",
"Numpad5"
]
},
{
"command": "workspace:goto-tab-5",
"chords": [
"C-KeyB",
"S-Digit5"
]
},
{
"command": "workspace:goto-tab-6",
"chords": [
"C-KeyB",
"Numpad6"
]
},
{
"command": "workspace:goto-tab-6",
"chords": [
"C-KeyB",
"S-Digit6"
]
},
{
"command": "workspace:goto-tab-7",
"chords": [
"C-KeyB",
"Numpad7"
]
},
{
"command": "workspace:goto-tab-7",
"chords": [
"C-KeyB",
"S-Digit7"
]
},
{
"command": "workspace:goto-tab-8",
"chords": [
"C-KeyB",
"Numpad8"
]
},
{
"command": "workspace:goto-tab-8",
"chords": [
"C-KeyB",
"S-Digit8"
]
}
]
}