From 3db3d42246fdf62747b05b19cf4d2a89d2d18c67 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Fri, 19 Jan 2024 21:53:48 -0800 Subject: [PATCH] Change env hotkey to use shift --- 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 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'],