summaryrefslogtreecommitdiff
path: root/area_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'area_windows.go')
-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,