Global Keybinds using pass / send_shortcut broken in Hyprland 0.55 (does not send key release?) #14554
Replies: 2 comments 1 reply
-
|
Yeah, it's annoying, because it's the only thing missing to make push to talk (!) actually work! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
please test #14600 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have basically the same issue as @UrmanGit in #10351 (comment), but I wanted to start a new thread as the rest of the other thread seems to be focused on another problem.
My old config worked fine
but my equivalent lua config
seems not to send a key release event
When pressing dead_circumflex it is passed but never released, as this is my discord push to mute button I get muted but never unmuted.
Pressing ALT + KP_Add seems to do nothing when discord is not focused but when discord is focused it spams
-until I hit escapeI tested this against xev and noticed that it only sends a KeyPress but no KeyRelease event:
xev -event keyboard
Beta Was this translation helpful? Give feedback.
All reactions