Removed kVK_ANSI_KeypadClear from events_darwin.go; this is a holdover from early Mac keyboards that had a Clear key where Num Lock is on an IBM keyboard (for example, http://upload.wikimedia.org/wikipedia/commons/4/4e/Apple_Macintosh_Plus_Extended_Keyboard.jpg (via Psy| in irc.freenode.net/#macdev)) and is irrelevant to our usage.

This commit is contained in:
Pietro Gagliardi 2014-05-31 23:49:57 -04:00
parent 00fa09945d
commit cb3a421a25
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ var keycodeExtKeys = map[uintptr]ExtKey{
0x41: NDot,
0x43: NMultiply,
0x45: NAdd,
// 0x47: kVK_ANSI_KeypadClear,
0x4B: NDivide,
0x4C: NEnter,
0x4E: NSubtract,