I don't know what I'm doing wrong but, when I run Example1 the window comes up but none of the tabs are populated.
I was looking at the device manager and found:
under usb controllers:
eHome Infrared Receiver (USBCIR)
Under Keyboards:
Microsoft eHome MCIR Keyboard
Microsoft eHome MCIR 109 Keyboard
Microsoft eHome Remote Control Keyboard Keys
In the Properties of the three keyboards under Details>Hardware Ids it has
HID_DEVICE_UP:001_U:0006
so I tried putting those values in Example2 and click add and it goes to the TLC Array, but the if I hit Call or refresh list nothing happens except that it disappears from the TLC Array.
I tried moving on to the last step, and this is what I came up with:
Code:
"ReportMappingTable"=hex:\
01,00,00,00,04,00,1e,\ =Escape
02,00,00,00,04,00,1f,\ =1
03,00,00,00,04,00,20,\ =2
04,00,00,00,04,00,21,\ =3
05,00,00,00,04,00,22,\ =4
06,00,00,00,04,00,23,\ =5
07,00,00,00,04,00,24,\ =6
08,00,00,00,04,00,25,\ =7
09,00,00,00,04,00,26,\ =8
00,00,00,00,04,00,27,\ =
0b,00,00,00,04,00,28,\ =9
0a,00,00,00,04,00,29,\ =0
1d,00,00,00,04,02,25,\ =RCtrl
1c,00,00,00,04,02,20,\ =Enter
1f,00,00,00,04,00,51,\ =S
1e,00,00,00,04,00,52,\ =A
21,00,00,00,04,00,4f,\ =F
20,00,00,00,04,00,50,\ =D
22,00,00,00,04,00,28,\ =G
4e,00,00,00,01,08,02,\ =Num+
0f,00,00,00,01,09,02,\ =Tab
23,00,00,00,01,24,02,\ =H
3b,00,00,00,01,04,02,\ =F1
16,00,00,00,01,b0,00,\ =U
18,00,00,00,01,b1,00,\ =O
17,00,00,00,01,b2,00,\ =I
14,00,00,00,01,b3,00,\ =T
15,00,00,00,01,b4,00,\ =Y
1a,00,00,00,01,b5,00,\ ={[
1b,00,00,00,01,b6,00,\ =}]
19,00,00,00,01,b7,00,\ =P
6e,00,00,00,01,cd,00,\ =
10,00,00,00,01,e9,00,\ =Q
11,00,00,00,01,ea,00,\ =W
0e,00,00,00,01,e2,00,\ =Backspace
26,00,00,00,01,8d,00,\ =L
12,00,00,00,01,9c,00,\ =E
13,00,00,00,01,9d,00,\ =R
0c,00,00,00,03,82,00,\ =_-
29,00,00,00,03,83,00,\ =
2a,00,00,00,03,82,00 =LShift
Only about a third of the keys listed seem to correspond to anything on the remote, which is a SIIG Vista MCE Remote.
I am trying to write a script to launch XBMC and do a couple other things, but I would like to disable/re-purpose the big green button so it doesn't launch WMC.