Replies: 1 Views: 550
|
| Hey, I've been reading through the help file that came with AutoHotKey, but that didn't give me a solution. I got a macro that looks like this: ~RButton:: loop { if getkeystate("RButton", "p") ;if a button is Physically held down by the user. { send, {LShif... |
|