mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-07-31 04:01:51 -07:00
It might be that the keypress does not have a valid stroke associated to it, but is still bound to an action (e.g., xK_Left an friends). In this case, we still want to execute it. Closes: https://github.com/xmonad/xmonad-contrib/issues/845