waycrate / swhkd

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

[fix] release key event shadowed by press event #160

Closed epetousis closed 2 years ago

epetousis commented 2 years ago

swhkd now continues through all "potential" hotkeys so that release hotkeys are still executed, rather than shadowed by a keypress bind.

Fixes #159.