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

Fixed verry fast repeat when pressing shift+Tab #383

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

Xgames123
Copy link

When shift is pressed the keysym XKB_KEY_ISO_Left_Tab is returned instead of XKB_KEY_Tab.
Normally this isn't noticeable because shift+Tab just copies the selected item to the filter. But when I was changing the keybinds in my patched version I found this bug.

@Cloudef
Copy link
Owner

Cloudef commented Feb 8, 2024

Thanks

@Cloudef Cloudef merged commit 34259c5 into Cloudef:master Feb 8, 2024
4 checks passed
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.

2 participants