From 6c44035d2b405162e88051265274484f23d3ca41 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 19 Jan 2024 22:11:20 -0800 Subject: [PATCH] Add shift to hotkey dialog hotkey --- src-web/hooks/useHotKey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/hooks/useHotKey.ts b/src-web/hooks/useHotKey.ts index 0f5762ce..0796729d 100644 --- a/src-web/hooks/useHotKey.ts +++ b/src-web/hooks/useHotKey.ts @@ -25,7 +25,7 @@ const hotkeys: Record = { 'sidebar.focus': ['CmdCtrl+1'], 'urlBar.focus': ['CmdCtrl+l'], 'environmentEditor.toggle': ['CmdCtrl+Shift+e'], - 'hotkeys.showHelp': ['CmdCtrl+/'], + 'hotkeys.showHelp': ['CmdCtrl+Shift+/'], 'settings.show': ['CmdCtrl+,'], 'requestSwitcher.prev': ['Control+Tab'], 'requestSwitcher.next': ['Control+Shift+Tab'],