mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-20 15:51:23 +02:00
Change env hotkey to use shift
This commit is contained in:
@@ -24,7 +24,7 @@ const hotkeys: Record<HotkeyAction, string[]> = {
|
|||||||
'sidebar.toggle': ['CmdCtrl+b'],
|
'sidebar.toggle': ['CmdCtrl+b'],
|
||||||
'sidebar.focus': ['CmdCtrl+1'],
|
'sidebar.focus': ['CmdCtrl+1'],
|
||||||
'urlBar.focus': ['CmdCtrl+l'],
|
'urlBar.focus': ['CmdCtrl+l'],
|
||||||
'environmentEditor.toggle': ['CmdCtrl+e'],
|
'environmentEditor.toggle': ['CmdCtrl+Shift+e'],
|
||||||
'hotkeys.showHelp': ['CmdCtrl+/'],
|
'hotkeys.showHelp': ['CmdCtrl+/'],
|
||||||
'settings.show': ['CmdCtrl+,'],
|
'settings.show': ['CmdCtrl+,'],
|
||||||
'requestSwitcher.prev': ['Control+Tab'],
|
'requestSwitcher.prev': ['Control+Tab'],
|
||||||
|
|||||||
Reference in New Issue
Block a user