[–] darkstar999 11y ago ↗ The decimal key (code 110) is supposed to load a Nyan cat video, but it doesn't work for me. [–] wmil 11y ago ↗ Do you have a full numpad? I can't type it on my laptop so I can't verify.But pasting the js snippet into the console works. [–] darkstar999 11y ago ↗ Yes, and I tried with num lock on/off. No luck. [–] Flenser 11y ago ↗ It's due to different keycodes for the onKeyDown/onKeyUp and onKeyPress events, test here: http://www.asquare.net/javascript/tests/KeyCode.html
[–] wmil 11y ago ↗ Do you have a full numpad? I can't type it on my laptop so I can't verify.But pasting the js snippet into the console works. [–] darkstar999 11y ago ↗ Yes, and I tried with num lock on/off. No luck.
[–] Flenser 11y ago ↗ It's due to different keycodes for the onKeyDown/onKeyUp and onKeyPress events, test here: http://www.asquare.net/javascript/tests/KeyCode.html
6 comments
[ 2.9 ms ] story [ 24.6 ms ] threadBut pasting the js snippet into the console works.