11th May, 2013, 03:21 PM
Hi
I'm just trying to make all the remaining multimedia keys work on this remote.
I went through the tutorial Configuring a Remote but Step 1 (lirc mode2) gave nothing - perhaps understandable as its a wireless keyboard.
I enabled debugging and got details of the key presses, but they have no OnKey value - unlike the the other keys that DO work.
Can I use the scancodes or sym values below to map the keys in keyboard.xml? Do they need converting to decimal?
REWIND
14:41:20 T:3042783232 DEBUG: Keyboard: scancode: a8, sym: 0153, unicode: 0000, modifier: 0
14:41:20 T:3042783232 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
14:41:20 T:3042783232 DEBUG: Previous line repeats 3 times.
14:41:20 T:3042783232 DEBUG: OnKey: 0 (f200) pressed, action is
PLAY
14:41:25 T:3042783232 DEBUG: Keyboard: scancode: cf, sym: 0155, unicode: 0000, modifier: 0
14:41:25 T:3042783232 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
14:41:25 T:3042783232 DEBUG: Previous line repeats 3 times.
14:41:25 T:3042783232 DEBUG: OnKey: 0 (f200) pressed, action is
FAST FORWARD
14:41:33 T:3042783232 DEBUG: Keyboard: scancode: d0, sym: 0157, unicode: 0000, modifier: 0
14:41:33 T:3042783232 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
14:41:33 T:3042783232 DEBUG: Previous line repeats 3 times.
14:41:33 T:3042783232 DEBUG: OnKey: 0 (f200) pressed, action is
Thanks
I'm just trying to make all the remaining multimedia keys work on this remote.
I went through the tutorial Configuring a Remote but Step 1 (lirc mode2) gave nothing - perhaps understandable as its a wireless keyboard.
I enabled debugging and got details of the key presses, but they have no OnKey value - unlike the the other keys that DO work.
Can I use the scancodes or sym values below to map the keys in keyboard.xml? Do they need converting to decimal?
REWIND
14:41:20 T:3042783232 DEBUG: Keyboard: scancode: a8, sym: 0153, unicode: 0000, modifier: 0
14:41:20 T:3042783232 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
14:41:20 T:3042783232 DEBUG: Previous line repeats 3 times.
14:41:20 T:3042783232 DEBUG: OnKey: 0 (f200) pressed, action is
PLAY
14:41:25 T:3042783232 DEBUG: Keyboard: scancode: cf, sym: 0155, unicode: 0000, modifier: 0
14:41:25 T:3042783232 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
14:41:25 T:3042783232 DEBUG: Previous line repeats 3 times.
14:41:25 T:3042783232 DEBUG: OnKey: 0 (f200) pressed, action is
FAST FORWARD
14:41:33 T:3042783232 DEBUG: Keyboard: scancode: d0, sym: 0157, unicode: 0000, modifier: 0
14:41:33 T:3042783232 DEBUG: GetActionCode: Trying Hardy keycode for 0xf200
14:41:33 T:3042783232 DEBUG: Previous line repeats 3 times.
14:41:33 T:3042783232 DEBUG: OnKey: 0 (f200) pressed, action is
Thanks