summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-06 19:35:26 -0400
committerPietro Gagliardi <[email protected]>2014-06-06 19:35:26 -0400
commitb6ca65069244ef4d85ae7f26e6bfee046cb4b6a8 (patch)
tree4a634373a8ae694bcc379f5619a8a2ef3413cce3 /area.go
parent3f45feab0bdacc971a24a1c8722bc06afc29e01e (diff)
Added Help key handling (as Insert) on Mac OS X.
Diffstat (limited to 'area.go')
-rw-r--r--area.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area.go b/area.go
index 5608558..ae890a3 100644
--- a/area.go
+++ b/area.go
@@ -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