Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
iPG | Dark Hacker News
iPG
(ipaulgraham.herokuapp.com)
51 points
by
kcovia
11 years ago
| 6 comments
darkstar999
11 years ago
|
next
[−]
The decimal key (code 110) is supposed to load a Nyan cat video, but it doesn't work for me.
Flenser
11 years ago
|
parent
|
next
[−]
It's due to different keycodes for the onKeyDown/onKeyUp and onKeyPress events, test here:
http://www.asquare.net/javascript/tests/KeyCode.html
wmil
11 years ago
|
parent
|
next
[−]
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
11 years ago
|
root
|
parent
|
next
[−]
Yes, and I tried with num lock on/off. No luck.
chasb
11 years ago
|
next
[−]
+1 - we used this when prepping for our YC interview (Aptible, S14)
kcovia
11 years ago
|
next
[−]
Courtesy of James Cunningham and Colin Hayhurst (YC12).