I don’t want to install the “logi” software just so I can rebind what the thumb button does on my mouse… Anyone have any suggestions?
I don’t want to install the “logi” software just so I can rebind what the thumb button does on my mouse… Anyone have any suggestions?
Check out AutoHotkey https://www.autohotkey.com/
So it turns out what the 6th mouse button is doing out-of-the-box is sending the
win+tab
keyboard inputs to the computer, so I had to remapwin+tab
to what I actually wanted (which waswin+shift+s
to trigger screen grab). Annoying that it works out like that because nowwin+tab
on my keyboard also takes a screenshot, but also it’s probably better anyway becausewin+tab
sucks compared toalt+tab
andwin+tab
is easier to hit thanwin+shift+s
.Oh wow I didn’t know autohotkey was still going! I also didn’t realize it was FOSS.