Tools and other software Forgotten how to trap remote's directional pad in EG (1 Viewer)

doveman

Portal Pro
February 12, 2008
2,326
178
Home Country
United Kingdom United Kingdom
I had this MCE-type remote working with EventGhost and Mediaportal on another PC but I want to use it with my current PC now and can't remember what I had to do to get it working.

Most of the keys do work and are mapped in EG to Mediaportal/Message Plugin, it's just the directional keys I can't sort out as they are detected as Keyboard Down/Up/Left/Right and OK is Keyboard Return. So if I enable the Plugin:Keyboard in EG, it does trap them but also disables those keys from working on my actual keyboard, which is not how it was on the other PC. If I disable the Plugin:Keyboard then they're just not detected at all in EG.

There's four devices that show for the remote, so I've added four Plugin:HID:BTC USB Multimedia Cordless Keyboard.

I've disabled the HID service and the MCE Receiver and Scheduler services. I've also zeroed out the RC6 remote registry entry as below:

Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HidIr\Remotes\745a17a0-74d3-11d0-b6fe-00a0c90f57da]
"CodeSetNum0"=dword:00000000 ;
"CodeSetNum1"=dword:00000000 ;These four values put the standard global windows keys out of function. These are
"CodeSetNum2"=dword:00000000 ;volume +, -, mute and .... windows sleep mode. I so hated that button
"CodeSetNum3"=dword:00000000 ;
"ReportMappingTable"=hex:\
 00,00,00,00,00,00,00,\
 01,00,00,00,00,00,00,\
 02,00,00,00,00,00,00,\
 03,00,00,00,00,00,00,\
 04,00,00,00,00,00,00,\
 05,00,00,00,00,00,00,\
 06,00,00,00,00,00,00,\
 07,00,00,00,00,00,00,\
 08,00,00,00,00,00,00,\
 09,00,00,00,00,00,00,\
 0a,00,00,00,00,00,00,\
 0b,00,00,00,00,00,00,\
 0c,00,00,00,00,00,00,\
 0e,00,00,00,00,00,00,\
 0f,00,00,00,00,00,00,\
 10,00,00,00,00,00,00,\
 11,00,00,00,00,00,00,\
 12,00,00,00,00,00,00,\
 13,00,00,00,00,00,00,\
 14,00,00,00,00,00,00,\
 15,00,00,00,00,00,00,\
 16,00,00,00,00,00,00,\
 17,00,00,00,00,00,00,\
 18,00,00,00,00,00,00,\
 19,00,00,00,00,00,00,\
 1a,00,00,00,00,00,00,\
 1b,00,00,00,00,00,00,\
 1c,00,00,00,00,00,00,\
 1d,00,00,00,00,00,00,\
 1e,00,00,00,00,00,00,\
 1f,00,00,00,00,00,00,\
 20,00,00,00,00,00,00,\
 21,00,00,00,00,00,00,\
 22,00,00,00,00,00,00,\
 23,00,00,00,00,00,00,\
 26,00,00,00,00,00,00,\
 29,00,00,00,00,00,00,\
 2a,00,00,00,00,00,00,\
 3b,00,00,00,00,00,00,\
 4e,00,00,00,00,00,00,\
 6e,00,00,00,00,00,00

So I'm at a loss now and am very frustrated, so would appreciate any help if someone knows what I need to do.
 

Users who are viewing this thread

Top Bottom