Kodi Community Forum
Lircmap.xml and odd keypress - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Lircmap.xml and odd keypress (/showthread.php?tid=160545)



Lircmap.xml and odd keypress - xayide - 2013-03-26

When I tried remapping volume keys to be used as pagedown and pageup to be able to browse filelists faster in xbmc. It says I pressed rightshift? or leftshift? When I remapped volume to pageup/down: Did I do something wrong in my files? ( I checked with IRW and my devicename for the remote is devinput)


Debug.log
----------------------------------------------
23:22:36 T:140432454137664 DEBUG: LIRC: Update - NEW at 38342:73 0 KEY_VOLUMEUP devinput (KEY_VOLUMEUP)
23:22:36 T:140432454137664 DEBUG: OnKey: leftshift (d2) pressed, action is FirstPage
23:22:36 T:140432454137664 DEBUG: LIRC: Update - NEW at 38563:73 0 KEY_VOLUMEUP_UP devinput (KEY_VOLUMEUP_UP)
23:22:37 T:140432454137664 DEBUG: LIRC: Update - NEW at 39362:72 0 KEY_VOLUMEDOWN devinput (KEY_VOLUMEDOWN)
23:22:37 T:140432454137664 DEBUG: OnKey: rightshift (d3) pressed, action is LastPage
23:22:37 T:140432454137664 DEBUG: LIRC: Update - NEW at 39647:72 0 KEY_VOLUMEDOWN_UP devinput (KEY_VOLUMEDOWN_UP)
----------------------------------------------




remote.xml
----------------------------------------------
<keymap>
<global>
<remote>
<pageplus>PageUp</pageplus>
<pageminus>PageDown</pageminus>
</remote>
</global>
</keymap>
----------------------------------------------


lircmap.xml
----------------------------------------------
<lircmap>
<remote device="devinput">
<pageminus>KEY_VOLUMEDOWN</pageminus>
<pageplus>KEY_VOLUMEUP</pageplus>
</remote>
</lircmap>
-----------------------------------------------


RE: Lircmap.xml and odd keypress - xayide - 2013-03-26

I found it. It was an addon called Xsqueeze which hooked the buttons for its global section.


RE: Lircmap.xml and odd keypress - ninian - 2013-03-27

n/m