Live data from Hacker News

Bongo Cat

bongo.cat

11–20 of 208 posts

Re: Bongo Cat

#12
Please add `return false` or `event.preventDefault()` to your keyboard handlers!

Otherwise the browser assumes the page didn't do anything with the events and uses its default keyboard handlers. I have find-as-you-type enabled, and pressing keys launches search for me. Handlers need to "eat" the keyboard events to prevent default browser behavior.

Re: Bongo Cat

#14
post #7

It uses jQuery extensively. The frontend developer in me wants to make a fork written in typescript using react and redux toolkit to manage keystrokes. Then I realize it is just a fun toy.

You could also throw a java back end while you are at it.

Re: Bongo Cat

#16
Now I just wonder if it is technically possible to save a playing session in a MIDI file.

(I'm musically illiterate but I assume that, except for the meow, all instruments from this site follows the usual music rules. Sorry if what I just written is nonsense)

Re: Bongo Cat

#17
post #7

It uses jQuery extensively. The frontend developer in me wants to make a fork written in typescript using react and redux toolkit to manage keystrokes. Then I realize it is just a fun toy.

But why ?
Post reply on HN