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'],