Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :?:/winamp::
- Suspend Permit
- sendinput /me Benutzt das Keybinder Winamp System von disgrace. **{enter}
- sleep 1
- sendinput t Mit Numpad 4/6 kannst du Vor/Rückwärts das Lied Changen. {enter}
- sleep 1
- sendinput t Mit Numpad 7 kannst du Pause/Start Machen. {enter}
- sleep 1
- sendinput t Numpad 1 ist Stop. {enter}
- sleep 1
- sendinput t Vorwärts/Rückwärts Spulen kannst du mit Numpad 9/3. {enter}
- sleep 1
- sendinput t mit Numpad 8/2 kannst du Laut/Leise Machen. {enter}
- sleep 1
- sendinput t um zu sehen was du hörst, klick Numpad 0 {enter}
- Suspend Off
- Hotkey, t, On
- return
- Numpad4::
- PostMessage, 0x111,40048,,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- return
- Numpad6::
- PostMessage, 0x111,40044,,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- return
- Numpad7::
- SendMessage, 0x400,0,104,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- if errorlevel = 0
- {
- SendMessage, 0x111,40045,,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- }
- else
- {
- SendMessage, 0x111,40046,,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- }
- return
- Numpad1::
- PostMessage, 0x111,40047,,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- return
- Numpad9::
- SendMessage, 0x400,0,105,,ahk_class Winamp v1.x
- if errorlevel <> -1
- {
- errorlevel += 5000
- PostMessage, 0x400,%errorlevel%,106,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- }
- return
- Numpad3::
- SendMessage, 0x400,0,105,,ahk_class Winamp v1.x
- if errorlevel <> -1
- {
- errorlevel -= 5000
- PostMessage, 0x400,%errorlevel%,106,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- }
- return
- NumpadAdd::
- sendinput t/flip{enter}
- Suspend Off
- Hotkey, t, On
- return
- NumpadSub::
- sendinput t/fixveh{enter}
- Suspend Off
- Hotkey, t, On
- return
- Numpad8::
- PostMessage, 0x111,40058,,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- return
- Numpad2::
- PostMessage, 0x111,40059,,,ahk_class Winamp v1.x
- Suspend Off
- Hotkey, t, On
- return
- Numpad0::
- IfWinExist ,ahk_class Winamp v1.x
- {
- WinGetTitle, winamp_title, ahk_class Winamp v1.x
- StringTrimRight, orezan_title, winamp_title, 8
- sendinput t/me Hört Gerade: %orezan_title%{enter}
- Suspend Off
- Hotkey, t, On
- }
- return
Advertisement
Add Comment
Please, Sign In to add comment