xmonad / xmonad-contrib

Contributed modules for xmonad
https://xmonad.org
BSD 3-Clause "New" or "Revised" License
579 stars 271 forks source link

X.Prompt: Execute keypress when it has an action associated to it #850

Closed slotThe closed 6 months ago

slotThe commented 6 months ago

Description

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

Checklist

dunric commented 6 months ago

Seems ok to me. Fix does also work in my complex setup.

portnov commented 6 months ago

This fixed the problem for me too :)

slotThe commented 6 months ago

Great, thanks to you two!