diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 00:48:11 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 00:48:11 -0400 |
| commit | 4ede7d497df1d76faea7de671a8fea73bc989dda (patch) | |
| tree | cadce1c3c6cda57606c564bddd19bd3799c96f39 /area_windows.go | |
| parent | b62fd3279fc08c34a97a9bc85395b36962ea0b93 (diff) | |
Removed a policy TODO in area_windows.go; decided to keep the redundant entries in the Modifiers table table just to be safe.
Diffstat (limited to 'area_windows.go')
| -rw-r--r-- | area_windows.go | 2 |
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, |
