Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4505

Troubleshooting • Colored remote buttons don't work in labwc

$
0
0
In Wayfire, I could define the yellow "A" button on my IR universal remote to open a custom menu, but Labwc seems to use a different method for reading keys. Wev says the sym is "NoSymbol", and evtest says it's "KEY_YELLOW". Looking here, https://github.com/labwc/labwc/issues/456, it looks like Labwc uses XKB keysyms, so I tried defining it as "XF86Yellow", but that doesn't work either. Is there simply no way to use this button in Labwc?

Relevant line from wayfire.ini that works:

Code:

# Main Menubinding_mainmenu = KEY_YELLOWcommand_mainmenu = ~/.wmscripts/mainmenu.sh
Relevant line from rc.xml that doesn't:

Code:

<keybind key="XF86Yellow">      <action name="Execute" command="~/.wmscripts/mainmenu.sh" />    </keybind>

Statistics: Posted by KavusKazian — Sun Feb 16, 2025 1:09 am — Replies 9 — Views 83



Viewing all articles
Browse latest Browse all 4505

Trending Articles