THE DRAGON HAS BEEN SLAIN

Numlock is fully supported, as well as shift lock. Of course, I
cannot properly test shift lock or caps lock because I have neither
of those things, but I assume they work as well as num lock does.
This commit is contained in:
2022-11-24 22:02:32 -05:00
parent 33ed2af075
commit 941a78eaf1
3 changed files with 112 additions and 14 deletions
+7
View File
@@ -43,6 +43,13 @@ type Backend struct {
descent int
}
modifierMasks struct {
capsLock uint16
shiftLock uint16
numLock uint16
modeSwitch uint16
}
windowBoundsClean bool
}