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

[Bug] failure to detect keybinds with shift #49

Closed
migueldeoleiros opened this issue Nov 1, 2024 · 0 comments · Fixed by #50
Closed

[Bug] failure to detect keybinds with shift #49

migueldeoleiros opened this issue Nov 1, 2024 · 0 comments · Fixed by #50
Assignees
Labels
bug Something isn't working

Comments

@migueldeoleiros
Copy link
Owner

Keybinds that contain shift as a mod don't seem to work as expected, you can bind combinations like:

 {mod = ["mod4", "shift"], key = "f1", cmd = "command"}

But you can't bind combinations that include regular keys like "1", "a" etc.
I suspect this could be related with capitalization, it's likely that the compositor expects a lower case key and instead it gets the mods plus an uppercase key.

@migueldeoleiros migueldeoleiros added the bug Something isn't working label Nov 1, 2024
@migueldeoleiros migueldeoleiros self-assigned this Nov 11, 2024
@migueldeoleiros migueldeoleiros linked a pull request Nov 12, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from In progress to Done in turtile backlog Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant