janwayne Posted December 26, 2007 Posted December 26, 2007 So, I got my Logitech Revolution MX mouse and Vista...My script is:#include <Misc.au3>While 1 While _IsPressed("05") MouseClick("Left") WEnd Sleep(100)WEndI changed it to "05", because I didn't want to work, when I pressed down the scroll button. And that worked on my MX1000 mouse.How can I get my script working?
janwayne Posted December 26, 2007 Author Posted December 26, 2007 Any1? It's a simple macro... Left mouseclick while 1 button is pressed... but nothing works. Is it cause Vista Business 32 bit?
LarryDalooza Posted December 27, 2007 Posted December 27, 2007 Maybe shut off UAC... Lar. AutoIt has helped make me wealthy
janwayne Posted December 27, 2007 Author Posted December 27, 2007 Of course that's disabled. But can't I bind like a key/button to make mouse LeftClick fx B is pressed???
LarryDalooza Posted December 27, 2007 Posted December 27, 2007 tried HotKeySet? Lar. AutoIt has helped make me wealthy
janwayne Posted December 27, 2007 Author Posted December 27, 2007 HotKeySet? Dude, it worked with my MX1000 mouse.. I think that the _IFPressed "key" has changed when I got my Revolution MX. Can't i change the _IFPressed "b" then it should leftclick, while B is pressed?
Valik Posted December 27, 2007 Posted December 27, 2007 The easiest solution is use uberOptions (Google for it). It'll let you re-map that button to do whatever you want.
janwayne Posted December 27, 2007 Author Posted December 27, 2007 uberOptions doesn't work? I can't download it.. or well, I could, but etc an cmd prompt, which ends with an error. It's just a macro, which keeps leftclicking, until i don't push a random (mouse)button
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now