Removed a policy TODO in area_windows.go; decided to keep the redundant entries in the Modifiers table table just to be safe.

This commit is contained in:
Pietro Gagliardi 2014-06-03 00:48:11 -04:00
parent b62fd3279f
commit 4ede7d497d
1 changed files with 1 additions and 1 deletions

View File

@ -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,