Lircmap.xml and odd keypress
#1
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>
-----------------------------------------------
Reply
#2
I found it. It was an addon called Xsqueeze which hooked the buttons for its global section.
Reply
#3
n/m
Reply

Logout Mark Read Team Forum Stats Members Help
Lircmap.xml and odd keypress0