this post was submitted on 06 Sep 2023
255 points (96.0% liked)
Asklemmy
43834 readers
795 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I learned just enough coding and firefox framework to compile my own version of firefox with middle mouse closing tabs disabled
There's an
about:config
option for that... (kidding)It was weird man, i was in the dev forums and there were previous requests for this feature. And they wouldnt put it on the config page because users might not find it there. So cant have it at all.
lol why not just not use the middle mouse button? Did you remap it to something else?
Yes i have it mapped to a thumb mouse button for other applications. And then im browsing firefox, i wanna switch to a tab on the left, the button bumps against the keyboard, tab gets closed.
AutoHotkey can detect which program is active and rebind keys independently for each
Makes sense, thanks for the explanation
Are you aware of ctl + shift + t to reopen a closed tab? You can hit it multiple times too. Totally fine if you prefer this solution, but this is a useful tip regardless!
Not saying it wasn't worth it, but some other options that might work:
you cant bind middle mouse to anything in firefox, or in any browser I looked at. and I bound this button to middle mouse myself, it's used a lot in Blender and this is more comfortable than the default.
Can feel you right there. I once bought a new computer just to bring compile time of Firefox core from 1h to 15m. To fix a bug which was on my nerves.