mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 15:39:58 +02:00
Merge pull request #43 from kristijanribaric/feature(pinned-tab-url-reset)-add-pinned-tab-url-resetting-functionality
Feature: Add pinned tab url resetting functionality
This commit is contained in:
commit
6f9a076751
2 changed files with 236 additions and 0 deletions
|
@ -648,6 +648,17 @@ function zenGetDefaultShortcuts() {
|
|||
'zen-sidebar-shortcut-toggle'
|
||||
)
|
||||
);
|
||||
newShortcutList.push(
|
||||
new KeyShortcut(
|
||||
'zen-pinned-tab-reset-shortcut',
|
||||
'',
|
||||
'',
|
||||
ZEN_OTHER_SHORTCUTS_GROUP,
|
||||
KeyShortcutModifiers.fromObject({}),
|
||||
'code:gZenPinnedTabManager.resetPinnedTab(gBrowser.selectedTab)',
|
||||
'zen-pinned-tab-shortcut-reset'
|
||||
)
|
||||
);
|
||||
|
||||
// Split view
|
||||
newShortcutList.push(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue