diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 22:26:25 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 22:26:25 -0400 |
| commit | bf6c29b39c54000857b674de4d514e36c431c914 (patch) | |
| tree | 37d04a98d12fe7a0d000f6b518773b8d0f1182f9 | |
| parent | 3745acf57b6d01c86bd99e8fe0dc74e02685661b (diff) | |
Made multiple modifier keys undefined; removed the TODO there. If I need to change the behavior I can do it later.
| -rw-r--r-- | area.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ func (e KeyEvent) EffectiveKey() byte { // Modifiers indicates modifier keys being held during an event. // There is no way to differentiate between left and right modifier keys. -// As such, what KeyEvents get sent if the user does something unusual with both of a certain modifier key at once is (presently; TODO) undefined. +// As such, what KeyEvents get sent if the user does something unusual with both of a certain modifier key at once is undefined. type Modifiers uintptr const ( Ctrl Modifiers = 1 << iota // the keys labelled Ctrl or Control on all platforms |
