Set a macro to one of the 3 mouse buttons?
Thanks for answering ^^
Is that possible to...
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
If you mean you want a macro to fire when one of the three mouse buttons is pressed, then yes, you can achieve this with the OnEvent function. Create a looping macro which sets an OnEvent KEY_DOWN handler for the mouse button code and have it set to run on startup. See OnEvent in the help file. VK1 is left mouse button, VK2 = right mouse button, VK4 = middle button.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?