waycrate / swhkd

Sxhkd clone for Wayland (works on TTY and X11 too)
https://git.sr.ht/~shinyzenith/swhkd
BSD 2-Clause "Simplified" License
706 stars 48 forks source link

XF86AudioStop not being recognized #266

Open jleechpe opened 3 months ago

jleechpe commented 3 months ago

Version Information:

Describe the bug: According to XEV my key is listed as XF86AudioStop. I added this as well as the related XF86Audio{Play,Next,Prev}.

Play,Next,Prev all work as expected but XF86AudioStop does not (xev no longer shows the 3 working keys since they get swallowed but does show the stop key).

Running swhkd in debug mode shows that it expects KEY_STOP for the binding, however it also shows that the keysym is being mapped to KEY_STOPCD

Expected behavior: XF86AudioStop gets properly recognized

Actual behavior: XF86Audio stop doesn't get recognized

Additional information: The same RC file works as expected in sxhkd as far as recognizing the keysym.

Shinyzenith commented 2 months ago

https://github.com/waycrate/swhkd/issues/71 Known family of issue