Advertisement
Guest User

https://www.ptt.cc/bbs/Key_Mou_Pad/M.1613885464.A.C24.html

a guest
Feb 25th, 2021
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. loop
  2.     {
  3.     if GetKeyState("CapsLock", "T") = 1
  4.         suspend, off
  5.     else
  6.         suspend, on
  7.     }
  8.  
  9. `::+~
  10. 1::+1
  11. 2::+2
  12. 3::+3
  13. 4::+4
  14. 5::+5
  15. 6::+6
  16. 7::+7
  17. 8::+8
  18. 9::+9
  19. 0::+0
  20. -::+-
  21. =::+=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement