Guest User

Maus Fix

a guest
Jan 17th, 2021
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. XButton1::
  2. MButton::
  3. RButton::
  4. LButton::
  5.     If (A_PriorHotkey != A_ThisHotKey || A_TimeSincePriorHotkey > 150)
  6.     {
  7.         Send, % "{" A_ThisHotkey " Down}"
  8.         KeyWait, % A_ThisHotkey, P
  9.         Send, % "{" A_ThisHotkey " Up}"
  10.     }
  11. Return
Advertisement
Add Comment
Please, Sign In to add comment