-
Notifications
You must be signed in to change notification settings - Fork 23
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
update(KeyBinds): Allow shortcuts to work just onkeydown, fixing firing twice #1760
Conversation
UI Automated Test Results Summary for MacOS/Windows500 tests 448 ✅ 2h 34m 8s ⏱️ Results for commit 65c92c3. ♻️ This comment has been updated with latest results. |
UI Automated Tests execution is complete! You can find the test results report here |
@lgmarchi was this PR apart of another PR or maybe been a duplicate? There were no changes reported after a recent merge. |
The other PR was to be merged after this one. So this is not necessary anymore. |
What this PR does 📖
1. Allow shortcuts to work just onkeydown, fixing firing twice
a. Now we don't need mroe debounce, and all shortcuts will fire just once onkeydown.
Which issue(s) this PR fixes 🔨
Special notes for reviewers 🗒️
Additional comments 🎤