here's a reference of what the keys mean:
0x01,0x00,0x00,0x00, 0x04,0x00,0x1e, \ ; 1
0x02,0x00,0x00,0x00, 0x04,0x00,0x1f, \ ; 2
0x03,0x00,0x00,0x00, 0x04,0x00,0x20, \ ; 3
0x04,0x00,0x00,0x00, 0x04,0x00,0x21, \ ; 4
0x05,0x00,0x00,0x00, 0x04,0x00,0x22, \ ; 5 ;not numpads
0x06,0x00,0x00,0x00, 0x04,0x00,0x23, \ ; 6
0x07,0x00,0x00,0x00, 0x04,0x00,0x24, \ ; 7
0x08,0x00,0x00,0x00, 0x04,0x00,0x25, \ ; 8
0x09,0x00,0x00,0x00, 0x04,0x00,0x26, \ ; 9
0x00,0x00,0x00,0x00, 0x04,0x00,0x27, \ ; 0
0x0B,0x00,0x00,0x00, 0x04,0x00,0x28, \ ; Return
0x0A,0x00,0x00,0x00, 0x04,0x00,0x29, \ ; Escape
0x1D,0x00,0x00,0x00, 0x04,0x02,0x25, \ ; * - SHIFT + 8
0x1C,0x00,0x00,0x00, 0x04,0x02,0x20, \ ; # - SHIFT + 3
0x1F,0x00,0x00,0x00, 0x04,0x00,0x51, \ ; Down arrow
0x1E,0x00,0x00,0x00, 0x04,0x00,0x52, \ ; Up arrow
0x21,0x00,0x00,0x00, 0x04,0x00,0x4f, \ ; Right arrow
0x20,0x00,0x00,0x00, 0x04,0x00,0x50, \ ; Left arrow
0x22,0x00,0x00,0x00, 0x04,0x00,0x28, \ ; OK
0x4E,0x00,0x00,0x00, 0x01,0x08,0x02, \ ; Print
0x0F,0x00,0x00,0x00, 0x01,0x09,0x02, \ ; Properties (Details)
0x23,0x00,0x00,0x00, 0x01,0x24,0x02, \ ; Back
0x16,0x00,0x00,0x00, 0x01,0xb0,0x00, \ ; Media play
0x18,0x00,0x00,0x00, 0x01,0xb1,0x00, \ ; Media pause
0x17,0x00,0x00,0x00, 0x01,0xb2,0x00, \ ; Media record <-> Winkey + UP
0x14,0x00,0x00,0x00, 0x01,0xb3,0x00, \ ; Media FF
0x15,0x00,0x00,0x00, 0x01,0xb4,0x00, \ ; Media RW
0x1A,0x00,0x00,0x00, 0x01,0xb5,0x00, \ ; Media next track
0x1B,0x00,0x00,0x00, 0x01,0xb6,0x00, \ ; Media previous track
0x19,0x00,0x00,0x00, 0x01,0xb7,0x00, \ ; AC Media Stop
0x10,0x00,0x00,0x00, 0x01,0xe9,0x00, \ ; volume up
0x11,0x00,0x00,0x00, 0x01,0xea,0x00, \ ; volume down
0x0E,0x00,0x00,0x00, 0x01,0xe2,0x00, \ ; volume mute
0x26,0x00,0x00,0x00, 0x01,0x8d,0x00, \ ; GUIDE
0x12,0x00,0x00,0x00, 0x01,0x9c,0x00, \ ; Channel up
0x13,0x00,0x00,0x00, 0x01,0x9d,0x00, \ ; Channel down
0x32,0x00,0x00,0x00, 0x00,0x00,0x00, \ ; Vizualization ---
0x33,0x00,0x00,0x00, 0x00,0x00,0x00, \ ; Slide show ---
0x34,0x00,0x00,0x00, 0x00,0x00,0x00, \ ; Eject <-> Winkey +Down - Mute Line In
0x0C,0x00,0x00,0x00, 0x03,0x82,0x00 \ ; Suspend
[these were from a HP 'enhanced' remote so i assume has regular keys plus some extras...[visualization,etc.]
i still have to get with the key map and cross-reference to make sure everythign i want is included and nothing else...
[done: rebuilt from scratch]
and possibly only the ones with 0x04 in 3rd to last pair need to be remapped,they are IR only keys..
oh if anybody has a mce keyboard,i'd be greatfull if you tried this to see if it disables mcekeyboard keys too...
i'll probably rebuild it from the stock registry entries just to keep things consistent...[Done ]
[i don't see the colored keys in there..hmmm]
0x01,0x00,0x00,0x00, 0x04,0x00,0x1e, \ ; 1
0x02,0x00,0x00,0x00, 0x04,0x00,0x1f, \ ; 2
0x03,0x00,0x00,0x00, 0x04,0x00,0x20, \ ; 3
0x04,0x00,0x00,0x00, 0x04,0x00,0x21, \ ; 4
0x05,0x00,0x00,0x00, 0x04,0x00,0x22, \ ; 5 ;not numpads
0x06,0x00,0x00,0x00, 0x04,0x00,0x23, \ ; 6
0x07,0x00,0x00,0x00, 0x04,0x00,0x24, \ ; 7
0x08,0x00,0x00,0x00, 0x04,0x00,0x25, \ ; 8
0x09,0x00,0x00,0x00, 0x04,0x00,0x26, \ ; 9
0x00,0x00,0x00,0x00, 0x04,0x00,0x27, \ ; 0
0x0B,0x00,0x00,0x00, 0x04,0x00,0x28, \ ; Return
0x0A,0x00,0x00,0x00, 0x04,0x00,0x29, \ ; Escape
0x1D,0x00,0x00,0x00, 0x04,0x02,0x25, \ ; * - SHIFT + 8
0x1C,0x00,0x00,0x00, 0x04,0x02,0x20, \ ; # - SHIFT + 3
0x1F,0x00,0x00,0x00, 0x04,0x00,0x51, \ ; Down arrow
0x1E,0x00,0x00,0x00, 0x04,0x00,0x52, \ ; Up arrow
0x21,0x00,0x00,0x00, 0x04,0x00,0x4f, \ ; Right arrow
0x20,0x00,0x00,0x00, 0x04,0x00,0x50, \ ; Left arrow
0x22,0x00,0x00,0x00, 0x04,0x00,0x28, \ ; OK
0x4E,0x00,0x00,0x00, 0x01,0x08,0x02, \ ; Print
0x0F,0x00,0x00,0x00, 0x01,0x09,0x02, \ ; Properties (Details)
0x23,0x00,0x00,0x00, 0x01,0x24,0x02, \ ; Back
0x16,0x00,0x00,0x00, 0x01,0xb0,0x00, \ ; Media play
0x18,0x00,0x00,0x00, 0x01,0xb1,0x00, \ ; Media pause
0x17,0x00,0x00,0x00, 0x01,0xb2,0x00, \ ; Media record <-> Winkey + UP
0x14,0x00,0x00,0x00, 0x01,0xb3,0x00, \ ; Media FF
0x15,0x00,0x00,0x00, 0x01,0xb4,0x00, \ ; Media RW
0x1A,0x00,0x00,0x00, 0x01,0xb5,0x00, \ ; Media next track
0x1B,0x00,0x00,0x00, 0x01,0xb6,0x00, \ ; Media previous track
0x19,0x00,0x00,0x00, 0x01,0xb7,0x00, \ ; AC Media Stop
0x10,0x00,0x00,0x00, 0x01,0xe9,0x00, \ ; volume up
0x11,0x00,0x00,0x00, 0x01,0xea,0x00, \ ; volume down
0x0E,0x00,0x00,0x00, 0x01,0xe2,0x00, \ ; volume mute
0x26,0x00,0x00,0x00, 0x01,0x8d,0x00, \ ; GUIDE
0x12,0x00,0x00,0x00, 0x01,0x9c,0x00, \ ; Channel up
0x13,0x00,0x00,0x00, 0x01,0x9d,0x00, \ ; Channel down
0x32,0x00,0x00,0x00, 0x00,0x00,0x00, \ ; Vizualization ---
0x33,0x00,0x00,0x00, 0x00,0x00,0x00, \ ; Slide show ---
0x34,0x00,0x00,0x00, 0x00,0x00,0x00, \ ; Eject <-> Winkey +Down - Mute Line In
0x0C,0x00,0x00,0x00, 0x03,0x82,0x00 \ ; Suspend
[these were from a HP 'enhanced' remote so i assume has regular keys plus some extras...[visualization,etc.]
i still have to get with the key map and cross-reference to make sure everythign i want is included and nothing else...
[done: rebuilt from scratch]
and possibly only the ones with 0x04 in 3rd to last pair need to be remapped,they are IR only keys..
oh if anybody has a mce keyboard,i'd be greatfull if you tried this to see if it disables mcekeyboard keys too...
i'll probably rebuild it from the stock registry entries just to keep things consistent...[Done ]
[i don't see the colored keys in there..hmmm]
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie