Search found 1 match

by jarfil
26 Mar 2020, 04:29
Forum: HOW-TOs and documentation
Topic: Mouse click
Replies: 4
Views: 5945

Re: Mouse click

I've done this for the middle mouse button in a somewhat circuitous way, by using LuaMacros + AutoHotkey and some intermediate hidden F23 + F24 for the down/up button actions. LuaMacros: if (button == 9) then if (direction == 1) then lmc_send_keys("{F23}"); -- middle button down elseif (direction ==...