From 4ede7d497df1d76faea7de671a8fea73bc989dda Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 00:48:11 -0400 Subject: [PATCH] Removed a policy TODO in area_windows.go; decided to keep the redundant entries in the Modifiers table table just to be safe. --- area_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/area_windows.go b/area_windows.go index 0def2be..11802c9 100644 --- a/area_windows.go +++ b/area_windows.go @@ -578,7 +578,7 @@ func init() { } var modonlykeys = map[_WPARAM]Modifiers{ - // TODO except for Super, are the separate left/right necessary? + // even if the separate left/right aren't necessary, have them here anyway, just to be safe _VK_CONTROL: Ctrl, _VK_LCONTROL: Ctrl, _VK_RCONTROL: Ctrl,