diff options
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, |
