summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
Diffstat (limited to 'area.go')
-rw-r--r--area.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/area.go b/area.go
index eadec19..cdafba5 100644
--- a/area.go
+++ b/area.go
@@ -168,6 +168,8 @@ type KeyEvent struct {
// was pressed. Key and ExtKey will not both be nonzero.
ExtKey ExtKey
+ // (TODO Modifiers alone needs to be figured out)
+ // If a Key or ExtKey is pressed with modifiers held down, then a KeyEvent with only Key/ExtKey and no Modifiers WILL NOT be sent, but a KeyEvent with only Modifiers and no Key/ExtKey WILL.
Modifiers Modifiers
// If Up is true, the key was released; if not, the key was pressed.