From 3222ef95c369f49e95fd80dce840c321965b17c9 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 17 Aug 2026 15:13:39 -0700 Subject: [PATCH] Update keybindings --- hotkeys.json | 81 ++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 72 insertions(+), 9 deletions(-) diff --git a/hotkeys.json b/hotkeys.json index 8f9de8b..2f94185 100644 --- a/hotkeys.json +++ b/hotkeys.json @@ -178,14 +178,70 @@ "key": "B" } ], - "workspace:goto-tab-1": [], - "workspace:goto-tab-2": [], - "workspace:goto-tab-3": [], - "workspace:goto-tab-4": [], - "workspace:goto-tab-5": [], - "workspace:goto-tab-6": [], - "workspace:goto-tab-7": [], - "workspace:goto-tab-8": [], + "workspace:goto-tab-1": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "1" + } + ], + "workspace:goto-tab-2": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "2" + } + ], + "workspace:goto-tab-3": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "3" + } + ], + "workspace:goto-tab-4": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "4" + } + ], + "workspace:goto-tab-5": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "5" + } + ], + "workspace:goto-tab-6": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "6" + } + ], + "workspace:goto-tab-7": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "7" + } + ], + "workspace:goto-tab-8": [ + { + "modifiers": [ + "Ctrl" + ], + "key": "8" + } + ], "app:open-another-vault": [ { "modifiers": [ @@ -277,7 +333,14 @@ "key": "2" } ], - "workspace:new-tab": [], + "workspace:new-tab": [ + { + "modifiers": [ + "Mod" + ], + "key": "T" + } + ], "switcher:open": [ { "modifiers": [