Externalizable / bongo.cat

Hit the bongos like Bongo Cat!
https://bongo.cat
MIT License
3.21k stars 423 forks source link

Eat keyboard events #143

Closed kornelski closed 3 years ago

kornelski commented 3 years ago

Please add return false or e.preventDefault() to keyboard event handlers to let the browser know the page is using them.

Otherwise the browser assumes it can interpret keystrokes as keyboard shortcuts, and this clashes with the page. I have find-as-you-type enabled in Firefox and typing A D opens a search box searching for "ad", because the page doesn't say it shouldn't.