How do I check if the caps lock key is pressed?
Poking around, I think getLockingKeyState()
might be broken.
You could try KeyboardUtils, but it looks like that means you have to carry JNA overhead.
Poking around, I think getLockingKeyState()
might be broken.
You could try KeyboardUtils, but it looks like that means you have to carry JNA overhead.