2008-07-20, 13:24
On a Fujistsu Siemsens Laptop I have this small remote thingy, much like the one in http://forum.xbmc.org/showthread.php?tid=34740
There is no driver present for this remote and works out of the box on the laptops IR receiver. It is not "seen" by the IR Server Suite software.
In XBMC, only the directional and OK button are working.
The others are not. Tried to add the <displayremotecodes> tag, but found out that's not working yet in the SDL build.
However, the log file produces some debug lines containing "something unkown"
These "unkowns" represent the "|<" and the ">|" buttons on the remote.
As <displayremotecodes> is not working, are the Scancode or Sym numbers the correct values to use as an Original Button Code (obc) in the keymap.xml?
There is no driver present for this remote and works out of the box on the laptops IR receiver. It is not "seen" by the IR Server Suite software.
In XBMC, only the directional and OK button are working.
Code:
DEBUG: CApplication::OnKey: 61480 pressed, action is 4
DEBUG: CApplication::OnKey: 61478 pressed, action is 3
DEBUG: CApplication::OnKey: 61453 pressed, action is 7
The others are not. Tried to add the <displayremotecodes> tag, but found out that's not working yet in the SDL build.
However, the log file produces some debug lines containing "something unkown"
Code:
DEBUG: SDLKeyboard found something unknown (unicode <> printable ASCII): scancode: 25, sym: 112, unicode: 0, modifier: 0
DEBUG: SDLKeyboard found something unknown (unicode <> printable ASCII): scancode: 16, sym: 113, unicode: 0, modifier: 0
As <displayremotecodes> is not working, are the Scancode or Sym numbers the correct values to use as an Original Button Code (obc) in the keymap.xml?