Whoops, forgot something in the previous commit.

This commit is contained in:
Pietro Gagliardi 2014-03-21 13:19:03 -04:00
parent 81670724e8
commit 2ff2cb6851
1 changed files with 5 additions and 1 deletions

View File

@ -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