mirror of
https://github.com/zen-browser/components.git
synced 2025-07-08 00:49:58 +02:00
Some components used by @zen-browser as an attempt to make firefox forks a better place
(Archived and Privated on Nov 4 2024 - neccesarry for older Zen builds)
This commit introduces a unified behavior for the pinned tab close shortcut, controlled by a single preference `zen.pinned-tab-manager.close-shortcut-behavior`. The previous implementation relied on multiple separate preferences: - `zen.pinned-tab-manager.reset-pinned-tab-on-close-shortcut` - `zen.pinned-tab-manager.unload-pinned-tab-on-close-shortcut` - `zen.pinned-tab-manager.change-pinned-tab-on-close-shortcut` - `zen.pinned-tab-manager.close-pinned-tab-on-close-shortcut` This new unified approach simplifies the configuration and offers more granular control over the desired behavior. The new preference `zen.pinned-tab-manager.close-shortcut-behavior` accepts the following values: - `close`: Closes the selected pinned tab. - `reset`: Resets the selected pinned tab to its stored state. - `unload`: Unloads the selected pinned tab. - `switch`: Switches to the next unpinned tab. - `reset-unload-switch`: Resets, unloads, and switches the selected pinned tab. - `unload-switch`: Unloads and switches the selected pinned tab. - `reset-switch`: Resets and switches the selected pinned tab. This unified approach provides greater flexibility and simplifies the user experience. |
||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
COPYRIGHT | ||
LICENSE | ||
README.md | ||
zen-alpha-tangerine.svg |
Components
Some components used by @zen-browser as an attempt to make firefox forks a better place
License
Zen Core Components © 2024 by Zen's Team is licensed under CC BY-SA 4.0