When browsing the internet or playing browser games i always accidentally hit the button near my thumb on my G5 mouse. This button causes the browser to go back a page every time its pressed and can be very annoying. Uberoptions and SetPoint is too much to depend on for something so little, I'm sure there is something easier I can do?
feedback
|
|
The button you are referring to is Mouse4 (referred to as XButton1 by AHK) which enables backward navigation on mice. I had the same problem, I just added another line to my massive AutoHotkey script:
will do the trick. XButton is actually derived from Windows mouse input dating back to Windows 2000 when Microsoft supported the five-button Microsoft IntelliMouse Explorer. More on it here. | |||||||
feedback
|
|
To be fair, it's a useful function. Thusly, I'd do this
Which will press the key on a double-press, but not a single. (and it stacks from there, a triple press still registers as being another click, so this way you don't lose any functionality, just have to press the key an additional time) | |||
|
feedback
|
|
Control Panel > Mouse There should be a buttons tab where you can set the actions that each button does. I've never used Logitech mice but my Microsoft Sidewinder mouse has options to disable and rebind any mouse key. | |||
|
feedback
|