Hi,
I would like to add keyboard short-cuts to my web application.
But for one of them, I need to be able to distinguish between the digits entered with the numpad from the one entered above the qwerty chars (my use case is for French keyboards, so it's azerty, but I don't think it's a problem). I'll combine it with a detection of the caps lock activation.
Is that possible?
Thnaks.