octokatherine / word-master

A Mastermind-like word guessing game
MIT License
377 stars 238 forks source link

CTRL + SHIFT + R registers as a guess for the letter R #103

Closed daniel-j-davis closed 2 years ago

daniel-j-davis commented 2 years ago

Used CTRL + SHIFT + R to hard reload the page and saw "R" was detected as a guess on the first row. Should handleKeyDown ignore/return if event.ctrlKey is true maybe?

octokatherine commented 2 years ago

yeah i've noticed this, should probably be fixed 😄 it hasn't caused enough problems (you can always backspace) for me to prioritize it yet

daniel-j-davis commented 2 years ago

sounds good! was super easy to backspace to fix it, but was just reporting in case it wasn't known