|
I have a Logitech MX620 mouse with this annoying "Search" button (Opens a search window).
I do not use the logitech mouse driver as it is crap (Can't reprogram mousewheel up/down), I use XMouse instead but this cannot trap the Virtual Key AA code generated by the search button - so I use AHK to reprogram it to middle mouse click using the following code:
*VKAA::Mbutton
So, all was well...
I then noticed MS Intellitype Pro in my optional updates, so I installed it.
It broke this remapping. AHK could detect the button being pressed, but even if I prefixed it with a ~ AHK did not trap the VKAA and passed it on to the OS so the search window opened.
I uninstalled Intellitype - no drama, I just thought I would let you know as it could affect a remap of a::b just as much and so cause problems for other people...
Im on Win7 x64 in case it makes any difference. I dunno what version of Intellipoint it was, it installed off windows update, so whatever is current...
|