From 5b8e5f1693ffc4290ec5113ab910e999c13c6c7a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 30 Mar 2014 22:20:23 -0400 Subject: [PATCH] Another name in events_darwin.go (see previous commit). --- events_darwin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }