sabrina-aip/spellcheck

Trigger key press event on key down instead of key up

Opened this issue · 1 comments

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.

Updated my commit, fixed by 54d61d7