summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-03 00:48:11 -0400
committerPietro Gagliardi <[email protected]>2014-06-03 00:48:11 -0400
commit4ede7d497df1d76faea7de671a8fea73bc989dda (patch)
treecadce1c3c6cda57606c564bddd19bd3799c96f39
parentb62fd3279fc08c34a97a9bc85395b36962ea0b93 (diff)
Removed a policy TODO in area_windows.go; decided to keep the redundant entries in the Modifiers table table just to be safe.
-rw-r--r--area_windows.go2
1 files changed, 1 insertions, 1 deletions
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,