tszynalski

Results 3 comments of tszynalski

I wanted to test CapsLock-related features in a JavaScript text editor -- visual feedback when CapsLock is on, different behavior of buttons for typing special characters. Currently seems impossible to...

@kumarchandresh This works, thanks a lot! Now I can test CapsLock support. BTW, I think you could simply overwrite the `.getModifierState` method rather than constructing a new object with `Object.assign()`.

@rniwa Does it really leak so much information compared with other channels? Sure, it lets you determine the active keyboard layout, but can't you already predict it with >90% accuracy...