summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-03-30 22:20:23 -0400
committerPietro Gagliardi <[email protected]>2014-03-30 22:20:23 -0400
commit5b8e5f1693ffc4290ec5113ab910e999c13c6c7a (patch)
tree529d63bb08e13f3b8936a223010ed653256bf91f
parent3258c1daed990c9f21294980942ba99581d57e45 (diff)
Another name in events_darwin.go (see previous commit).
-rw-r--r--events_darwin.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/events_darwin.go b/events_darwin.go
index 97222eb..5ccca72 100644
--- a/events_darwin.go
+++ b/events_darwin.go
@@ -116,7 +116,7 @@ var keycodeModifiers = map[uintptr]Modifiers{
// 0x3E: kVK_RightControl,
// the following is not in Events.h for some reason
- // thanks to Nicole from irc.badnik.net
+ // thanks to Nicole and jedivulcan from irc.badnik.net
0x36: Ctrl, // right command
}