-
Notifications
You must be signed in to change notification settings - Fork 844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Most Recent Tabs Using ctrl+tab Like Mozilla Firefox #2897
Comments
Is there a Chromium fork that already does this? We might be able to incorporate their patch to UGC. |
Honestly, I haven't searched for this or dug into the chromium code to know what UGC is. I thought it would not be hard to implement but I can't underestimate how much effort could be put to achieve this. I think a doubly linked list could fit nicely for this purpose. |
UGC is just UnGoogledChromium. I was just asking if another Chromium based browser implemented it already so we could copy-paste their implementation.
All credit to @SecularSteve. It's actually a Flatpak only change for legal reasons (whether their logic is valid or not is a different story, but I didn't argue and just changed it). |
I think Brave have this feature. |
After fifteen-some years on FF I want to migrate to UGC (Brave with its crypto AI stuff is a instant nope from me) but not having ability to do both:
is a complete usability killer for me. Btw. desktop applications like VSCode, most of Qt apps, etc.. have supported both switching styles since the beginning of time (except that switching to a specific tab is often done with alt+number instead of ctrl+number). |
Even if it is decided that such functionality is not wanted in UGC for some reason it would be wonderful if somebody with chromium code base knowledge could create a patch for this so people can apply it into their build systems (like Nix, GUIX, or custom package recipes for Arch, Gentoo.. etc). |
Description
Mozilla firefox-like most recent tabs switching
Who's implementing?
The problem
All hacks that implement this feature via extensions are buggy and not consistent. And that is the thing that I CAN'T fully switch to chromium for years now because of.
Possible solutions
Simply using the Firefox way of implementing it instead of a simple index that increments by ctrl+tab and decrements by ctrl+shift+tab.
Alternatives
I used nearly all the extensions out there for that.
Additional context
No response
The text was updated successfully, but these errors were encountered: