Another name in events_darwin.go (see previous commit).

This commit is contained in:
Pietro Gagliardi 2014-03-30 22:20:23 -04:00
parent 3258c1daed
commit 5b8e5f1693
1 changed files with 1 additions and 1 deletions

View File

@ -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
}