mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-24 23:28:55 +00:00
* 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>
46 lines
945 B
YAML
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
|