Fast tab switching by scrolling #14038
pascalwiemers
started this conversation in
Ideas
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
its disabled by default but [toolkit.tabbox.switchByScrolling] lets you scroll through tabs and you don't even need to press any button, isn't that faster? You mention specifically "you can keep the sidebar closed" and "Two-finger scroll" so this might be a track pad feature? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I prototyped a native-feeling
Alt+X/Option+Xtab switcher for Zen.Interaction:
Alt+Xopens a centered URL-bar-like tab list.Alt+Xagain orEntercommits.Escapecancels and restores the original tab.The important part: it feels really natural, like something that should be native.
I tried extension-based versions first, but they cannot quite deliver this UX:
about:addonsSo this probably needs to live in Zen's native browser UI layer, near the URL bar overlay system.
I have a working personal prototype, but I’m posting mainly to ask: does this interaction fit Zen? If yes, I’d be happy to turn the prototype into a proper draft PR shaped around Zen’s architecture.
I can also share a short demo video.
Beta Was this translation helpful? Give feedback.
All reactions