Change KeyLeftSuper constant, fixes #118
This commit is contained in:
parent
5b0944b556
commit
d123299701
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ const (
|
||||||
KeyLeftShift = 340
|
KeyLeftShift = 340
|
||||||
KeyLeftControl = 341
|
KeyLeftControl = 341
|
||||||
KeyLeftAlt = 342
|
KeyLeftAlt = 342
|
||||||
KeyLeftSuper = 347
|
KeyLeftSuper = 343
|
||||||
KeyRightShift = 344
|
KeyRightShift = 344
|
||||||
KeyRightControl = 345
|
KeyRightControl = 345
|
||||||
KeyRightAlt = 346
|
KeyRightAlt = 346
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue