Another name in events_darwin.go (see previous commit).
This commit is contained in:
parent
3258c1daed
commit
5b8e5f1693
|
@ -116,7 +116,7 @@ var keycodeModifiers = map[uintptr]Modifiers{
|
||||||
// 0x3E: kVK_RightControl,
|
// 0x3E: kVK_RightControl,
|
||||||
|
|
||||||
// the following is not in Events.h for some reason
|
// 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
|
0x36: Ctrl, // right command
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue