Advertisement
Guest User

ShiftNums

a guest
Oct 30th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ~shift & `::
  2. Suspend, permit
  3. if (State = 0)
  4. {
  5. SoundBeep 400, 50
  6. SoundBeep 800, 50
  7. State++
  8. }
  9. Else
  10. {
  11. State := 0
  12. SoundBeep 800, 50
  13. SoundBeep 400, 50
  14. }
  15. Suspend, Toggle
  16. Return
  17.  
  18. 1::+1
  19. 2::+2
  20. 3::+3
  21. 4::+4
  22. 5::+5
  23. 6::+6
  24. 7::+7
  25. 8::+8
  26. 9::+9
  27. 0::+0
  28.  
  29. ~shift & 1::sendinput,1
  30. ~shift & 2::sendinput,2
  31. ~shift & 3::sendinput,3
  32. ~shift & 4::sendinput,4
  33. ~shift & 5::sendinput,5
  34. ~shift & 6::sendinput,6
  35. ~shift & 7::sendinput,7
  36. ~shift & 8::sendinput,8
  37. ~shift & 9::sendinput,9
  38. ~shift & 0::sendinput,0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement