summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-21 13:19:03 -0400
committerPietro Gagliardi <[email protected]>2014-03-21 13:19:03 -0400
commit2ff2cb6851313d3ff9fdbfefb4521b079785e3b4 (patch)
tree67740e81c0c7ac324652422ef22e32e3a711decb
parent81670724e826895682088dea853d7b5f5fff071e (diff)
Whoops, forgot something in the previous commit.
-rw-r--r--areaplan.md6
1 files changed, 5 insertions, 1 deletions
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