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

Hide invalid keys on replacement screen #46

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

thomasschafer
Copy link
Owner

@thomasschafer thomasschafer commented Nov 30, 2024

Because replacement is performed on the main thread, key presses are queued up and don't work immediately when a replacement is in progress. (I want to fix this and move replacement into a separate thread soon, like was done on the search screen in #40). As a workaround for now this PR removes the global key press hints from the replacement screen.

@thomasschafer thomasschafer force-pushed the tschafer-hide-invalid-keys-replacement-screen branch from c5704d0 to 718cf31 Compare November 30, 2024 15:19
@thomasschafer thomasschafer merged commit 68014d3 into main Nov 30, 2024
3 checks passed
@thomasschafer thomasschafer deleted the tschafer-hide-invalid-keys-replacement-screen branch November 30, 2024 15:22
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.

1 participant