Change KeyLeftSuper constant, fixes #118

This commit is contained in:
Milan Nikolic 2020-11-23 14:33:37 +01:00
parent 5b0944b556
commit d123299701
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -201,7 +201,7 @@ const (
KeyLeftShift = 340
KeyLeftControl = 341
KeyLeftAlt = 342
KeyLeftSuper = 347
KeyLeftSuper = 343
KeyRightShift = 344
KeyRightControl = 345
KeyRightAlt = 346