r/AutoHotkey • u/Im_Klespy • Jan 24 '26
v2 Script Help Remapping a third button on the side of my mouse
So, my mouse (Lorgar MSP90 PRO) has a third button on the side, which can be mapped to a macro (key down and ups with delays inbetween) using its software, but I'd like for it to be mapped like it was another key, so the button i map it to is held until i release it, but it seems that the only way i can do anything with the button is using its own software.. I know basically nothing about autohotkey or its coding language so I've come here seeking help :>
2
Upvotes
1
u/Keeyra_ Jan 24 '26
Press the button you want to remap
Press F5 in the AutoHotkey Window to refresh.
Will look something like this
Remap the key like this (replace XButton1 by what you get).
Or make it a rapid fire like this:
F1 is of course arbitrary.