Advertisement
DevTricks

Нажатия LShift при удержании LButton

Apr 30th, 2022
1,729
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. LButton::
  2.   Loop
  3.   {
  4.   if not GetKeyState(LButton, "P") ;Выполнять цикл пока нажата клавиша
  5.     Break
  6.   Sleep, 13
  7.   Send, LShift
  8.   Sleep, 8
  9.   Send, LShift
  10.   Sleep, 10
  11.   Send, LShift
  12.   }
  13. return
  14.  
  15. RControl::Suspend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement