diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-06 19:35:26 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-06 19:35:26 -0400 |
| commit | b6ca65069244ef4d85ae7f26e6bfee046cb4b6a8 (patch) | |
| tree | 4a634373a8ae694bcc379f5619a8a2ef3413cce3 /area.go | |
| parent | 3f45feab0bdacc971a24a1c8722bc06afc29e01e (diff) | |
Added Help key handling (as Insert) on Mac OS X.
Diffstat (limited to 'area.go')
| -rw-r--r-- | area.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ type KeyEvent struct { type ExtKey uintptr const ( Escape ExtKey = iota + 1 - Insert + Insert // equivalent to "Help" on Apple keyboards Delete Home End |
