Files
desktop/prefs/zen/zen.yaml
Jun Jie 249d793b5d feat: Ctrl+Tab cycling to keep within essentials/regular tabs only, p=#11242
* feat: ctrl+tab cycles within essential/workspace tabs only

* add test for ctrl+tab cycling by attribute

* move settings UI related code to /src/zen, revert patches for main.inc.xhtml and main.js, use simple tab filter when current tab is hidden

* chore: Cleanup and add extra pref, b=no-bug, c=tests, tabs

---------

Co-authored-by: mr. m <mr.m@tuta.com>
2025-11-11 10:53:39 +01:00

46 lines
945 B
YAML

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
- name: zen.tabs.vertical
value: true
- name: zen.tabs.vertical.right-side
value: false
- name: zen.tabs.rename-tabs
value: true
- name: zen.tabs.essentials.max
value: 12
- name: zen.tabs.show-newtab-vertical
value: true
- name: zen.tabs.close-window-with-empty
value: true
- name: zen.ctrlTab.show-pending-tabs
value: false
- name: zen.mediacontrols.enabled
value: true
- name: zen.haptic-feedback.enabled
value: true
- name: zen.startup.smooth-scroll-in-tabs
value: true
- name: zen.tabs.open-pinned-in-new-tab
value: true
- name: zen.tabs.close-on-back-with-no-history
value: true
- name: zen.tabs.ctrl-tab.ignore-essential-tabs
value: false
- name: zen.tabs.ctrl-tab.ignore-pending-tabs
value: false