Javascript: Keydown Event: “Up” arrow key preventing further arrow-key Keydown events? (answered: keyboard ghosting)
I've found a lot of related questions (here and elsewhere), but haven't found this one specifically. I'm trying to listen for keydown events for the arrow keys (37-40), however when using the arrow keys in a certain order, subsequent arrow do not generate "keydown" events. Example: http://blog.pothoven.net/2008/05/keydown-vs-keypress-in-javascript.html At that page, click in the "type here ->" box. Press and hold right arrow key: table updates to keycode 39 While continuing to hold right arrow key, press and hold up arrow key: table updates to 38 While continuing to hold right and up arrow