Hi all,

I'm getting in trouble with a keyup event :)
the event.key coming from the keyup event is telling me
I've "keyupped" a braket { instead of a F12.

here the example:
http://jsfiddle.net/NKjoep/eukak/1/

the keydown event.key returns the "f12" value which is correct,
the keyup tells it is a "{".

So there's something strange, or am I wrong with something? :)

Thank you,
Andrea

Reply via email to