From be90f383054ee2c16cd68402377f60f343426ee2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 18 Mar 2014 23:37:35 -0400 Subject: [PATCH] guh apple (keyCode not safe) --- areaplan.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/areaplan.md b/areaplan.md index 8bfe69d..2ea3e11 100644 --- a/areaplan.md +++ b/areaplan.md @@ -588,6 +588,9 @@ What we don't get: - TODO does it return events for modifier keys alone? - TODO is `keyDown:` sent multiple times on repeat? +BUT WAIT +[this](http://stackoverflow.com/questions/3202629/where-can-i-find-a-list-of-mac-virtual-key-codes) says `keyCode` is unreliable! and Apple doesn't have a published list of key codes... (other than the ancient Inside Macintosh ones) + ### What we don't get in any case - Multiple keys at once - related: a guarantee that keys arrive in a certain order