Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Macro trigger on mouse button press
#2
Assign a filter function that launches the macro using mac. Filter functions run on button down, because they must have a chance to eat the mouse message.

Every mouse-button macro that has this filter function runs on button down:

Code:
Copy      Help
;/
function# iid FILTER&f

mac iid ;;run the macro now, not when button is released
ret -1 ;;eat the mouse message if Eat is checked


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)