diff --git a/src-web/hooks/useHotKey.ts b/src-web/hooks/useHotKey.ts index 17cea992..0f5762ce 100644 --- a/src-web/hooks/useHotKey.ts +++ b/src-web/hooks/useHotKey.ts @@ -24,7 +24,7 @@ const hotkeys: Record = { 'sidebar.toggle': ['CmdCtrl+b'], 'sidebar.focus': ['CmdCtrl+1'], 'urlBar.focus': ['CmdCtrl+l'], - 'environmentEditor.toggle': ['CmdCtrl+e'], + 'environmentEditor.toggle': ['CmdCtrl+Shift+e'], 'hotkeys.showHelp': ['CmdCtrl+/'], 'settings.show': ['CmdCtrl+,'], 'requestSwitcher.prev': ['Control+Tab'],