diff options
| -rw-r--r-- | events_darwin.go | 2 |
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 } |
