Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. :?:/winamp::
  2. Suspend Permit
  3. sendinput /me Benutzt das Keybinder Winamp System von disgrace. **{enter}
  4. sleep 1
  5. sendinput t Mit Numpad 4/6 kannst du Vor/Rückwärts das Lied Changen. {enter}
  6. sleep 1
  7. sendinput t Mit Numpad 7 kannst du Pause/Start Machen. {enter}
  8. sleep 1
  9. sendinput t Numpad 1 ist Stop. {enter}
  10. sleep 1
  11. sendinput t Vorwärts/Rückwärts Spulen kannst du mit Numpad 9/3. {enter}
  12. sleep 1
  13. sendinput t mit Numpad 8/2 kannst du Laut/Leise Machen. {enter}
  14. sleep 1
  15. sendinput t um zu sehen was du hörst, klick Numpad 0 {enter}
  16. Suspend Off
  17. Hotkey, t, On
  18. return
  19.  
  20. Numpad4::
  21. PostMessage, 0x111,40048,,,ahk_class Winamp v1.x
  22. Suspend Off
  23. Hotkey, t, On
  24. return
  25.  
  26. Numpad6::
  27. PostMessage, 0x111,40044,,,ahk_class Winamp v1.x
  28. Suspend Off
  29. Hotkey, t, On
  30. return
  31.  
  32. Numpad7::
  33. SendMessage, 0x400,0,104,,ahk_class Winamp v1.x
  34. Suspend Off
  35. Hotkey, t, On
  36. if errorlevel = 0
  37. {
  38. SendMessage, 0x111,40045,,,ahk_class Winamp v1.x
  39. Suspend Off
  40. Hotkey, t, On
  41. }
  42. else
  43. {
  44. SendMessage, 0x111,40046,,,ahk_class Winamp v1.x
  45. Suspend Off
  46. Hotkey, t, On
  47. }
  48. return
  49.  
  50. Numpad1::
  51. PostMessage, 0x111,40047,,,ahk_class Winamp v1.x
  52. Suspend Off
  53. Hotkey, t, On
  54. return
  55.  
  56. Numpad9::
  57. SendMessage, 0x400,0,105,,ahk_class Winamp v1.x
  58. if errorlevel <> -1
  59. {
  60. errorlevel += 5000
  61. PostMessage, 0x400,%errorlevel%,106,,ahk_class Winamp v1.x
  62. Suspend Off
  63. Hotkey, t, On
  64. }
  65. return
  66.  
  67.  
  68. Numpad3::
  69. SendMessage, 0x400,0,105,,ahk_class Winamp v1.x
  70. if errorlevel <> -1
  71. {
  72. errorlevel -= 5000
  73. PostMessage, 0x400,%errorlevel%,106,,ahk_class Winamp v1.x
  74. Suspend Off
  75. Hotkey, t, On
  76. }
  77. return
  78.  
  79. NumpadAdd::
  80. sendinput t/flip{enter}
  81. Suspend Off
  82. Hotkey, t, On
  83. return
  84.  
  85. NumpadSub::
  86. sendinput t/fixveh{enter}
  87. Suspend Off
  88. Hotkey, t, On
  89. return
  90.  
  91. Numpad8::
  92. PostMessage, 0x111,40058,,,ahk_class Winamp v1.x
  93. Suspend Off
  94. Hotkey, t, On
  95. return
  96.  
  97. Numpad2::
  98. PostMessage, 0x111,40059,,,ahk_class Winamp v1.x
  99. Suspend Off
  100. Hotkey, t, On
  101. return
  102.  
  103. Numpad0::
  104. IfWinExist ,ahk_class Winamp v1.x
  105. {
  106. WinGetTitle, winamp_title, ahk_class Winamp v1.x
  107. StringTrimRight, orezan_title, winamp_title, 8
  108. sendinput t/me Hört Gerade: %orezan_title%{enter}
  109. Suspend Off
  110. Hotkey, t, On
  111. }
  112. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement