You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Version Information:
Distribution Information ( run
uname -a
)Linux 6.10.2-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 27 Jul 2024 16:49:55 +0000 x86_64 GNU/Linux
swhkd version (
swhkd -V
)Simple-Wayland-HotKey-Daemon 1.3.0-dev (AUR)
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 expectsKEY_STOP
for the binding, however it also shows that the keysym is being mapped toKEY_STOPCD
Expected behavior:
XF86AudioStop
gets properly recognizedActual behavior:
XF86Audio stop doesn't get recognized
Additional information:
The same RC file works as expected in
sxhkd
as far as recognizing the keysym.The text was updated successfully, but these errors were encountered: