From 2ff2cb6851313d3ff9fdbfefb4521b079785e3b4 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 21 Mar 2014 13:19:03 -0400 Subject: [PATCH] Whoops, forgot something in the previous commit. --- areaplan.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/areaplan.md b/areaplan.md index 3256893..68a4627 100644 --- a/areaplan.md +++ b/areaplan.md @@ -722,7 +722,11 @@ type KeyArea struct { // multiple differnet Keys with the same name (for instance, // there is no way to differentiate between '1' on the typewriter // section of a standard 101-key keyboard and '1' on the numeric - // keypad section). + // keypad section). Furthermore, note that Rune's value does not + // [necessarily? TODO] indicate a physical position on the keyboard + // (for instance, 'a' is returned when pressing A on both QWERTY + // and AZERTY keyboards, not when pressing the key that would be + // A on QWERTY keyboards on all layouts). // If this field is zero, see ExtKey. Rune rune