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

The IDE should wait for you to release the F5 key before starting the program. #290

Closed
mkilgore opened this issue Jan 13, 2023 · 0 comments · Fixed by #399
Closed

The IDE should wait for you to release the F5 key before starting the program. #290

mkilgore opened this issue Jan 13, 2023 · 0 comments · Fixed by #399
Labels
bug Something isn't working

Comments

@mkilgore
Copy link
Contributor

Fairly simple, currently if you hold down the F5 key the IDE will start spamming out copies of your program, which is pretty bad. Additionally, since programs can finish so quickly now you can end up still holding down the F5 key while the program runs, which the program will then receive as a keydown event.

Waiting for the user to release the F5 key ensures the program only gets run once, and also that they aren't holding the F5 key when it starts.

@mkilgore mkilgore added the bug Something isn't working label Jan 13, 2023
@a740g a740g linked a pull request Oct 15, 2023 that will close this issue
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
None yet
Development

Successfully merging a pull request may close this issue.

1 participant