Logitech SetPoint software button remapping

autohotkeybutton-remappinglogitech-mousemouse

My Logitech G5 Laser mouse has 9 buttons but it's SetPoint software only allows 5 of them to be used as "mouse buttons" and the remaining 4 can only be assigned special windows functions (Forward, Back, Cruise Up, etc) or Keystroke Assignments. Many of the games I play will take up to 10 "MOUSE BUTTON" inputs for in-game actions but wont recognize the remaining 4 buttons even when assigned keystroke assignments. Is there a way to make these last 4 buttons "Generic Buttons" as well as buttons 3,4,and 5? (1 is left click and 2 is right click).

My other question is if the above is not possible, maybe I can use AutoHotkey to remap keystrokes as assigned by my SetPoint software to mouse button commands? If so how?

Best Answer

Try UberOptions, it unlocks the additional keys in setpoint, at which point you can then use autohotkey to create whatever you may want. (For example, tilting the mousewheel right now fires F14, a key I don't have, which AutoHotKey uses for many things, depending on focused application)

You can even remap left and right click to sensitivity changing, and middle click to shut down, if you really wanted!

Related Question