Does the New Gyro Remotes work with XBMC?
#16
Here's the values from xev for the Gyration controller:
Code:
Play  keycode 215 (keysym 0x1008ff14, XF86AudioPlay)
Pause keycode 127 (keysym 0xff13, Pause)
Stop  keycode 174 (keysym 0x1008ff15, XF86AudioStop)
FF    keycode 216 (keysym 0x1008ff27, XF86Forward)
REW   keycode 176 (keysym 0x1008ff3e, XF86AudioRewind)
Next  keycode 171 (keysym 0x1008ff17, XF86AudioNext)
Prev  keycode 173 (keysym 0x1008ff16, XF86AudioPrev)
REC   keycode 175 (keysym 0x1008ff1c, XF86AudioRecord)

Menu
Info  keycode 138 (keysym 0x1005ff70, SunProps)
Back  keycode 166 (keysym 0x1008ff26, XF86Back)
TV

Mute  keycode 121 (keysym 0x1008ff12, XF86AudioMute)

Picture keycode 220 (keysym 0x1008ff8f, XF86WebCam)
Media   keycode 234 (keysym 0x1008ff32, XF86AudioMedia)

Clear   keycode 9 (keysym 0xff1b, Escape)
Enter   keycode 36 (keysym 0xff0d, Return)

Home    keycode 110 (keysym 0xff50, Home)

Volume Up   keycode 123 (keysym 0x1008ff13, XF86AudioRaiseVolume)
Volume Down keycode 122 (keysym 0x1008ff11, XF86AudioLowerVolume)
Channel Up
Channel Down

So for this does NOT work:
* creating a global remote with these as <button id=keycode>
* adding to global keyboard as <button id=keycode>

Any hints on how to map this into Keymap.xml would be much appreciated.

TIA,
Roy
Reply

Logout Mark Read Team Forum Stats Members Help
Does the New Gyro Remotes work with XBMC?0