 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Anubi Guest
|
Posted: Wed Nov 18, 2009 3:42 pm Post subject: Pause resume macro kmplayer, help |
|
|
Hi, im new to this program, and i need your help.
I just want a macro to resume/pause movies on kmplayer (space key), when using another program by pressing alt+N.
Thanks |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 18, 2009 3:55 pm Post subject: |
|
|
In the AHK help file:
ControlSend
Hotkey
Key List |
|
| Back to top |
|
 |
Anubi Guest
|
Posted: Wed Nov 18, 2009 4:53 pm Post subject: |
|
|
Something like this?
| Code: | !n::
IfWinNotExist ahk_class Winamp v1.x
return
ControlSend, ahk_parent, {space} ; Pause/Unpause
return |
Its not working, and window spy detect kmplayer as Winamp v1.x, i dont know it that is a problem.
Thanks |
|
| Back to top |
|
 |
Guest
|
Posted: Wed Nov 18, 2009 6:22 pm Post subject: |
|
|
Ok, i have found a macro that works
| Quote: | | !n::PostMessage, 0x111, 40046,,, ahk_class Winamp v1.x |
Now i need a macro for "jump interval" (left and right arrow keys) |
|
| Back to top |
|
 |
Anubi Guest
|
Posted: Wed Nov 18, 2009 6:41 pm Post subject: |
|
|
Neremind, found the code
Fast-forward 5 seconds 40148
Fast-rewind 5 seconds 40144
Thanks |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|