OpenELEC Testbuilds for RaspberryPi Part 2
Regarding the issue where the remote volume keys don't repeat, which is apparently an OS-level bug as XBMC doesn't do the repeating itself but relies on the OS to handle this, I wonder if this workaround for Ubuntu can be used with OE? I'm not sure if my Emprex remote uses those keycodes though and lircmap.xml shows:

<volumeplus>KEY_VOLUMEUP</volumeplus>
<volumeminus>KEY_VOLUMEDOWN</volumeminus>

http://trac.xbmc.org/ticket/14116#comment:19

Code:
I had a similar problem with a Microsoft MCE remote clone on Ubuntu 12.04 and XBMC 12.3. For anyone who's interested, a simple workaround is to redefine the remote's volume up and down buttons using xmodmap, and then change XBMC's keymaps accordingly. For example, enter the following in ~/.Xmodmap:

keycode 122 = F13
keycode 123 = F14

and the following in ~/.xbmc/userdata/keymaps/keyboard.xml:

<keymap>
  <global>
    <keyboard>
      <f13>VolumeDown</f13>
      <f14>VolumeUp</f14>
    </keyboard>
  </global>
</keymap>


Messages In This Thread
RE: OpenELEC Testbuilds for RaspberryPi Part 2 - by doveman2 - 2014-02-12, 15:17
AW: RE: - by DieterLumpen - 2013-07-29, 20:50
include guires switch? - by hpbaxxter - 2013-08-01, 21:46
RE: dual audio?? - by pootler - 2013-08-03, 17:13
Help, watch 3D Film on Non 3D TV - by unix72 - 2013-08-09, 12:39
Remote Controllers - by tfft - 2013-08-14, 09:11
rbej repeatable crash - by RichG - 2013-08-19, 12:43
New Tester - by theneverstill - 2013-10-03, 17:16
[split] missing subtitle stream - by Jönke - 2014-01-08, 21:03
3D Support - by michbeck100 - 2014-01-11, 01:01
No sound on Gotham builds - by URBANsUNITED - 2014-01-13, 15:19
Logout Mark Read Team Forum Stats Members Help
OpenELEC Testbuilds for RaspberryPi Part 223