| |||||||
| OffTopic All topics which are not about MediaPortal go in here. Anything goes, as long as we keep it nice. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| MP Donator ![]() | I just found a possibility to emulate ALL Windows media keys listet here. First of all we need a list for all Keys (The order of the list on the microsoft website isn't what we need): PHP Code: Now we select "Add command -> Window -> Send Message" in EventGhost. In the window that pops up we select "WM_APPCOMMAND", wParam is always "0" and lParam is (example for channel-up): APPCOMMAND_MEDIA_CHANNEL_UP * 65536 = 51 * 65536 = 3342336 ... so it's always [desired command] * 65536 ! This is what the command looks like in EventGhost afterwards: Code: <?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="908">
<Action>
Window.SendMessage(793, 0, 3342336, 0)
</Action>
</EventGhost>
-level20peon PS: Attached my current remote.xml
__________________ some of my [HowTo] guides Backup your TV-Server configuration (advanced) Backup your MediaPortal configuration WebEPG (XMLTV) configuration most annoying bugs TV + 7 or more audio channels = lockup DVD + seek = lockup |
| | |
| |
![]() |
| Bookmarks |
| Tags |
| emulate, eventghost, key, multimedia |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| EventGhost Genius MediaCruiser and X10 | Mho | Tips and Tricks | 2 | 2008-06-18 11:25 |
| Make usbuirt emulate faster keypresses? | lm | Installation, configuration support | 0 | 2008-01-13 06:51 |
| Eventghost Genius MediaCruiser und X10 | Mho | Tipps, Tricks & Tutorials | 3 | 2007-12-15 14:12 |
| USB-UIRT and Harmony 880. What remote to emulate? | markrb | General Support | 0 | 2006-04-22 18:54 |
| OpenSource automation tool (EventGhost) | mzemina | General Development (no feature request here!) | 1 | 2005-09-10 04:38 |