Re: [uievents] Clarify expected DomKey for Ctrl+Alt+c on Android with default layout (#77)

A point of view from a web developer, `ç` is expected, maybe, maybe not?

However, a point of view from a browser developer, it should depend on what character is reported by native event. If `c` is reported, it should be `c`. Same as if `ç` because native applications must handle the keyboard event as such character's key. I.e., web applications can work as similar to native applications.

For example, `Cmd+ψ` on Mac should be `c` because the user expects it works as `Cmd+c` on Greek keyboard layout. Actually, OS X reports `c` for this case.

If Android does not report any character, browser should choose one of them, though...

---
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/issues/77#issuecomment-197073138

Received on Wednesday, 16 March 2016 00:00:38 UTC