Kodi Community Forum

Full Version: Incorrect action selected when remote key is pressed.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have mceusb remote with Enter mapped to 'change view'. However when I press Ok, it also does the same thing, making it impossible to select anything.

PHP Code:
00:31:19 T:3035043728 M:2212450304   DEBUGLIRCUpdate - NEW at 1545864:000000037ff07bf4 00 Enter mceusb (Enter)
00:31:19 T:3035043728 M:2212450304   DEBUGOnKey11 pressedaction is 122
00
:31:21 T:3035043728 M:2212446208   DEBUGLIRCUpdate - NEW at 1548548:000000037ff07bdd 00 OK mceusb (OK)
00:31:21 T:3035043728 M:2212446208   DEBUGOnKey11 pressedaction is 122 

remote.xml
Lircmap.xml

Changing:
PHP Code:
<MyVideoFiles>
    <
remote>      
      <
enter>Container.NextViewMode</enter>
      <
zero>Queue</zero>
      <
star>Queue</star>
    </
remote>
  </
MyVideoFiles

to
PHP Code:
<MyVideoFiles>
    <
remote>      
      <
zero>Queue</zero>
      <
star>Queue</star>
    </
remote>
  </
MyVideoFiles

Solves the problem.

-

Can anyone reproduce before I open a trac.

Currently running the latest SVN (r24059) on debian sid.