Merge pull request #3 from gunir/patch-1

Update ZenKeyboardShortcuts.mjs - Add Duplicate Tab shortcut
This commit is contained in:
mauro 🤙 2024-08-25 00:29:20 +02:00 committed by GitHub
commit 6bd08b136f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,7 @@ const kZKSActions = {
// manage actions
openNewTab: ["command:cmd_newNavigatorTabNoEvent","open-new-tab", "tab-action"],
duplicateTab: ["duplicateTabIn(gBrowser.selectedTab, 'tab')", "duplicate-tab", "tab-action"],
closeTab: ["command:cmd_close", "close-tab", "tab-action"],
openNewWindow: ["command:cmd_newNavigator", "open-new-window", "tab-action"],
openNewPrivateWindow: ["command:Tools:PrivateBrowsing", "open-new-private-window", "tab-action"],