summaryrefslogtreecommitdiff
path: root/events_darwin.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-31 23:49:57 -0400
committerPietro Gagliardi <[email protected]>2014-05-31 23:49:57 -0400
commitcb3a421a257293cb1fba06c8624ce8a82e06f9dd (patch)
treebfd64c4b52f713e852b2ac7ec0ad3dbf6586aff0 /events_darwin.go
parent00fa09945dc9abaf894d98cebe7d47656b84de2f (diff)
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.
Diffstat (limited to 'events_darwin.go')
-rw-r--r--events_darwin.go1
1 files changed, 0 insertions, 1 deletions
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,