Modifier states returned from x backend should be 100% correct now

This commit is contained in:
2022-11-24 22:16:22 -05:00
parent 941a78eaf1
commit e588d7d791
4 changed files with 30 additions and 9 deletions
+5
View File
@@ -48,6 +48,11 @@ type Backend struct {
shiftLock uint16
numLock uint16
modeSwitch uint16
alt uint16
meta uint16
super uint16
hyper uint16
}
windowBoundsClean bool