summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--areaplan.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/areaplan.md b/areaplan.md
index e663aed..e5621fd 100644
--- a/areaplan.md
+++ b/areaplan.md
@@ -704,7 +704,9 @@ OS X: use `charactersIgnoringModifiers`
// As another consequence, no KeyEvent will be generated if
// package ui cannot portably report a given key. Supported
// keys are described in the comments for the Rune field and
-// the ExtKey and Modifiers types.
+// the ExtKey and Modifiers types. Package ui will act as if
+// false was sent on Handled, so these ignored keypresses are
+// sent back to the operating system for handling.
type KeyArea struct {
// Rune contains a lowercase rune specifying the name
// of the key pressed that triggered the event.