Kodi Community Forum

Full Version: How to assign Full Screen mode to Hama remote control button?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Under XBMC on apple TV I pressed and hold the Play/Pause button for a few seconds, and the Full Screen (with the song info display) appeared.

Now I'm running XBMC Live installed to the hard disk of my new Acer Aspire Revo, using a Hama 00052451 remote control.

Referring to the documentation here
http://wiki.xbmc.org/index.php?title=Glo...ple_Remote
it is "Hold Play - Full Screen" and "<button id="7">Fullscreen</button>" in keymap.xml, which is responsible for this action.

Referring to the "Custom Joystick Configuration" section here
http://wiki.xbmc.org/index.php?title=Keymap.xml
I can find out about my Joystick name using the cat command, here is the result:

Code:
I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=LNXPWRBN/button/input0
S: Sysfs=/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
U: Uniq=
H: Handlers=kbd event0
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0019 Vendor=0000 Product=0001 Version=0000
N: Name="Power Button"
P: Phys=PNP0C0C/button/input0
S: Sysfs=/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
U: Uniq=
H: Handlers=kbd event1
B: EV=3
B: KEY=100000 0 0 0

I: Bus=0017 Vendor=0001 Product=0001 Version=0100
N: Name="Macintosh mouse button emulation"
P: Phys=
S: Sysfs=/devices/virtual/input/input2
U: Uniq=
H: Handlers=mouse0 event2
B: EV=7
B: KEY=70000 0 0 0 0 0 0 0 0
B: REL=3

I: Bus=0003 Vendor=05a4 Product=9881 Version=0110
N: Name="HID 05a4:9881"
P: Phys=usb-0000:00:04.0-3/input0
S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.0/input/input3
U: Uniq=
H: Handlers=kbd event3
B: EV=120013
B: KEY=e080ffdf 1cfffff ffffffff fffffffe
B: MSC=10
B: LED=7

I: Bus=0003 Vendor=05a4 Product=9881 Version=0110
N: Name="HID 05a4:9881"
P: Phys=usb-0000:00:04.0-3/input1
S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-3/2-3:1.1/input/input4
U: Uniq=
H: Handlers=kbd mouse1 event4
B: EV=17
B: KEY=1f0000 0 2020000 3878 d801d001 1e0000 0 0 0
B: REL=103
B: MSC=10

I: Bus=0003 Vendor=046a Product=0023 Version=0111
N: Name="HID 046a:0023"
P: Phys=usb-0000:00:04.0-6/input0
S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-6/2-6:1.0/input/input5
U: Uniq=
H: Handlers=kbd event5
B: EV=120013
B: KEY=7 ff800000 7ff e0b2ffdf 1cfffff ffffffff fffffffe
B: MSC=10
B: LED=1f

I: Bus=0003 Vendor=046a Product=0023 Version=0111
N: Name="HID 046a:0023"
P: Phys=usb-0000:00:04.0-6/input1
S: Sysfs=/devices/pci0000:00/0000:00:04.0/usb2/2-6/2-6:1.1/input/input6
U: Uniq=
H: Handlers=kbd event6
B: EV=1f
B: KEY=837fff 2c3027 bf004444 0 0 1 f84 8a27c400 667bfa d971dfed 9e0000 0 0 0
B: REL=40
B: ABS=1 0
B: MSC=10

I: Bus=0001 Vendor=10ec Product=0662 Version=0001
N: Name="HDA Digital PCBeep"
P: Phys=card0/codec#0/beep0
S: Sysfs=/devices/pci0000:00/0000:00:08.0/input/input7
U: Uniq=
H: Handlers=kbd event7
B: EV=40001
B: SND=6

Where is the Joystick info?

The more I read about remote control configuration, the greater the confusion gets.

So which file do I have to edit to get this to work on my Hama RC?
keymap.xml? keyboard.xml? Anything else? Confused