Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- XButton1::
- MButton::
- RButton::
- LButton::
- If (A_PriorHotkey != A_ThisHotKey || A_TimeSincePriorHotkey > 150)
- {
- Send, % "{" A_ThisHotkey " Down}"
- KeyWait, % A_ThisHotkey, P
- Send, % "{" A_ThisHotkey " Up}"
- }
- Return
Advertisement
Add Comment
Please, Sign In to add comment