sabrina-aip / spellcheck

a very silly spelling bee game
75 stars 39 forks source link

Trigger key press event on key down instead of key up #36

Open Rekkonnect opened 8 months ago

Rekkonnect commented 8 months ago

I type relatively fast and I'm used to my keystrokes being registered on key down instead of key up. Sometimes I may release the keys in the wrong order, causing misspells in this game. For example, I very confidently type "operator" but the game registered "opeartor", since that was the order I released the keys, but not the order I pressed them down.

wmpedersen commented 8 months ago

Updated my commit, fixed by 54d61d7