mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 17:59:58 +02:00
refactor: Add keyboard shortcut to toggle web panels in ZenKeyboardShortcuts
This commit is contained in:
parent
c5f418f25f
commit
3f80eea589
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ const kZKSActions = {
|
||||||
reverseSidebarPosition: ["SidebarUI.reversePosition()", "reverse-sidebar", "sidebar-action"],
|
reverseSidebarPosition: ["SidebarUI.reversePosition()", "reverse-sidebar", "sidebar-action"],
|
||||||
hideSidebar: ["SidebarUI.hide()", "hide-sidebar", "sidebar-action"],
|
hideSidebar: ["SidebarUI.hide()", "hide-sidebar", "sidebar-action"],
|
||||||
toggleSidebar: ["SidebarUI.toggle()", "toggle-sidebar", "sidebar-action"],
|
toggleSidebar: ["SidebarUI.toggle()", "toggle-sidebar", "sidebar-action"],
|
||||||
|
zenToggleWebPanels: ["gZenBrowserManagerSidebar.toggle()", "zen-toggle-web-panels", "sidebar-action"],
|
||||||
};
|
};
|
||||||
|
|
||||||
// Section: ZenKeyboardShortcuts
|
// Section: ZenKeyboardShortcuts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue