Re: [uievents] Request example for DomKey when Ctrl and CapsLock are both down (#70)

The spec currently says
> ...the key value should be the printable key value that would have been produced if the key had been typed with the default keyboard layout with no modifier keys except for 'Shift' and 'AltGr' applied.

I think it makes sense to include `CapsLock` as well.

The problem with `NumLock` is that `Numpad5` doesn't have a `key` value defined without the `NumLock` modifier.  However, we could define one to avoid that problem.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents/issues/70#issuecomment-190497981

Received on Tuesday, 1 March 2016 02:19:27 UTC