Same generic keyboard debouncing in use in all 3 instances on the windows end? I know windows drivers debounce mouse clicks because I had a really old mouse that would double and triple click by accident on Linux but not in windows. I might be wrong, but changing the device might not affect it if the different devices are handled by shared runtime code
Sounds like a reasonable explanation for physical keyboards—if the new keyboard used by the OP was identical to the keyboard on their machine, I can see how Windows might reuse the same device driver instance since it has already been loaded into memory.
But what about the on-screen keyboard? Do on-screen key presses get routed through the keyboard device driver too?
Rd6n6|4 years ago
ayewo|4 years ago
But what about the on-screen keyboard? Do on-screen key presses get routed through the keyboard device driver too?