From 0eef9ba4bc092ae6ba83000538be8ae542cd9829 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 22 Mar 2014 15:32:19 -0400 Subject: [PATCH] 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. --- areaplan.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.