remote works out of the box, just want the ContextMenu

  • Hi,

    my remote which uses and old HAMA IR receiver works out of the box, im just missing the ContextMenu.

    so I created this keymap.xml:

    Code
    <keymap>
      <global>
        <universalremote>
            <KEY_CAMERA>ContextMenu</KEY_CAMERA>
            <KEY_VCR>FullScreen</KEY_VCR>
            <KEY_AUDIO>CodecInfo</KEY_AUDIO>
        </universalremote>
      </global>
    </keymap>

    But it doesnt work, than I read around and realized my remote seems to use LIRC because ir-keytable doesnt show anything

    SO i copied that file to .config/rc_keymaps.

    Should that be enough or am I still wrong?

    this is part of the logfile where i found which keys i would like to change:

    Code
    2023-11-14 19:16:26.213 T:79174   debug <general>: HandleKey: tab (0x9) pressed, window 10502, action is ActivateWindow(Music)
    2023-11-14 19:16:26.890 T:79178   debug <general>: LIRC: - NEW 17b 0 KEY_VCR devinput (KEY_VCR)
    2023-11-14 19:16:26.895 T:79174   debug <general>: HandleKey: 0 (0x0, obc255) pressed, window 10502, action is 
    2023-11-14 19:16:27.498 T:79178   debug <general>: LIRC: - NEW d4 0 KEY_CAMERA devinput (KEY_CAMERA)
    
    d4 0 KEY_CAMERA devinput
    17b 0 KEY_VCR devinput
    188 0 KEY_AUDIO devinput