Hallo Ersmal!
ich wollte fragen, wie man am besten PowerDVD einstellt! ich hab EventGhost heute installiert und muste feststelen, dass es hammer ist!
ich benutze es mit dem XBOX360 Gamepad. ich hoffe jemand kann mir helfen!
MfG
Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.
PowerDVD
- Bitmonster
- Site Admin
- Posts: 2239
- Joined: Mon Feb 06, 2006 10:28 pm
Für PowerDVD ist mir keine besondere Schnittstelle bekannt, also kann man eigentlich nur mit Tastatur-Emulation arbeiten. Hier mal ein Makro für Play/Pause, dass du dann entsprechend für die anderen Tastaturbefehle vervielfältigen kannst.
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="990">
<Folder Name="PowerDVD" Expanded="True">
<Macro Name="PowerDVD: Play/Pause" Expanded="True">
<Event Name="X10.Play">
</Event>
<Action>
Window.FindWindow(u'PowerDVD.exe', u'CyberLink PowerDVD', None, None, None, 1, False, 0.0, 0)
</Action>
<Action>
Window.SendKeys(u'{Space}', False)
</Action>
</Macro>
</Folder>
</EventGhost>Please post software-related questions in the forum - PMs will only be answered, if really private, thanks!