Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

slotThe
Copy link
Member

@slotThe slotThe commented Dec 16, 2023

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: #845

Checklist

  • I've read CONTRIBUTING.md

  • I've considered how to best test these changes (property, unit,
    manually, ...) and concluded: quick manual test

  • [n/a] I updated the CHANGES.md file

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: xmonad#845
@dunric
Copy link
Contributor

dunric commented Dec 16, 2023

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

@portnov
Copy link
Contributor

portnov commented Dec 17, 2023

This fixed the problem for me too :)

@slotThe
Copy link
Member Author

slotThe commented Dec 17, 2023

Great, thanks to you two!

@slotThe slotThe merged commit e75eb16 into xmonad:master Dec 17, 2023
18 checks passed
@slotThe slotThe deleted the fix/prompt-ignores-left branch December 17, 2023 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Part of keymap is ignored in XPrompt
3 participants