From cb3a421a257293cb1fba06c8624ce8a82e06f9dd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 31 May 2014 23:49:57 -0400 Subject: [PATCH] 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. --- events_darwin.go | 1 - 1 file changed, 1 deletion(-) diff --git a/events_darwin.go b/events_darwin.go index e5e4f9e..e725d37 100644 --- a/events_darwin.go +++ b/events_darwin.go @@ -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,