diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-18 23:37:35 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-18 23:37:35 -0400 |
| commit | be90f383054ee2c16cd68402377f60f343426ee2 (patch) | |
| tree | c984034f125c069307bd3c5c4cef385eee4142d0 | |
| parent | 8caf5823e3e3a3767b8d4760015b7754f9f70637 (diff) | |
guh apple (keyCode not safe)
| -rw-r--r-- | areaplan.md | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
