Re: [w3c/uievents-key] Request example for DomKey when Ctrl and CapsLock are both down (#39)

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.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/uievents-key/issues/39#issuecomment-276457497

Received on Tuesday, 31 January 2017 19:00:49 UTC