summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-22 15:32:19 -0400
committerPietro Gagliardi <[email protected]>2014-03-22 15:33:01 -0400
commit0eef9ba4bc092ae6ba83000538be8ae542cd9829 (patch)
treedef40ee5c457e6e3c6c56e4f3c73faba523ec9e7
parent61a372987a56a509259858723200e85387131e43 (diff)
Added a note about what package ui will do to a keypress it will not send out due to not being portable to the Area planning document.
-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.