sraue wrote:Stark007 wrote:Inaccessible Rail wrote:
I bought a
cheap remote from Amazon (£5) that basically sends keyboard presses, I used the keymapedit software
here to remap some custom buttons if that's any help.
Re: My Keyboard.xml not working under Openelec Rpi -Tried this and manual edit of xml using showkey.
Summary is my keyboard.xml works on XBMC windows and Raspbmc but not in Openelec, could it be related to region settings although all seem set the same in my case?
what for a remote you use? can you do a
Code: Select all
cat /proc/bus/input/devices | paste
and paste the link here? what you want to change, what is workin, what not?
Many thanks for your reply.
My Remote sends keypresses to a USB radio receiver. Then I adjust keymap of keyboard.xml to suit, this works under windows and raspbmc when saving keyboard.xml to userdata/keymaps.
Device output below:
I: Bus=0003 Vendor=06e7 Product=0004 Version=0100
N: Name="SIMPLE DEVICES MediaRemote USB Receiver"
P: Phys=usb-bcm2708_usb-1.2/input0
S: Sysfs=/devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2:1.0/input/input0
U: Uniq=
H: Handlers=kbd event0
B: PROP=0
B: EV=120013
B: KEY=10000 7 ff9f207a c14057ff febeffdf ffefffff ffffffff fffffffe
B: MSC=10
B: LED=1f
Keyboard.xml and detail of not working buttons noted below:
<keymap>
<global>
<keyboard>
<f12>info</f12>
<home>contextmenu</home>
<pageup>scrollup</pageup>
<hash>play</hash>
not working
<forwardslash>pause</forwardslash>
<closesquarebracket>fastforward</closesquarebracket>
not working - sends seek -10.00
<opensquarebracket>rewind</opensquarebracket>
not working -sends seek +10.00
<period>stop</period>
not working - sends seek +00.30
<f4>nextscene</f4>
not working
<f3>previousscene</f3>
not working
<f6>volampup</f6>
<f7>volampdown</f7>
<f9>previousmenu</f9>
<numpadtimes>nextsubtitle</numpadtimes>
<semicolon>audionextlanguage</semicolon>
<numpadplus>aspectratio</numpadplus>
not working -not sure if working anyway
<numpadminus>XBMC.ActivateWindow(Home)</numpadminus>
<f10>osd</f10>
<pagedown>scrolldown</pagedown>
<end>ActivateWindow(shutdownmenu)</end>
</keyboard>
</global>
</keymap>