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

Fix doubled key input on Windows, Fixes ckampfe/russ#22 #27

Closed
wants to merge 1 commit into from

Conversation

sobharrison
Copy link

On Windows all key events would be taken as input including keyup leading to double inputs.

Fixes #22
#22

On Windows all key events would be taken as input including keyup leading to double inputs.

Fixes ckampfe#22
ckampfe#22
@sobharrison
Copy link
Author

Note, this change has only been tested on Windows. Needs to be tested on other OSes

@ckampfe
Copy link
Owner

ckampfe commented Jun 1, 2024

@sobharrison thank you very much for your contribution. I've tested this on MacOS and it appears to work the same with no regression. I will take your word for it that it works on Windows, as I do not use Russ on Windows myself.

Unfortunately I recently introduced a large refactoring to how Russ handles input, and so this PR conflicts with that. I was able to pull your changes in and commited them here 4c3e259

Again, thank you for the contribution, and I hope this is a satisfactory outcome for your work.

@ckampfe ckampfe closed this Jun 1, 2024
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.

[BUG] a little bug on Windows10
2 participants