[Bug 18341] Needs some guidelines for computing key and char values of KeyboardEvent when some modifier key is pressed and not causes text input

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18341

Masayuki Nakano <masayuki@d-toybox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |

--- Comment #6 from Masayuki Nakano <masayuki@d-toybox.com> 2012-09-13 06:00:13 UTC ---
(In reply to comment #5)
> Do you have an opinion on the proposal by Gary for usb scancodes?
> 
> http://lists.w3.org/Archives/Public/public-webapps/2012JulSep/0713.html

Ah, no. It's really different issue. I worry about implementing shortcut keys
on web application. The scancode doesn't help it because the alternative key
meaning cannot be resolved from physical keycode. For example, whether Ctrl+'ر'
is same as Ctrl+'v' or not when the user activates ASCII capable keyboard
layout.

Okay, I reopen this bug for requesting to add some examples for non-ASCII
capable keyboard layout.

So, I want you to add following examples to the D3E spec:

* What are the .key and .char values of Ctrl+'ر' with Arabic keyboard layout
* What are the .key and .char values of Ctrl+Shift+'ر' with Arabic keyboard
layout

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Thursday, 13 September 2012 06:00:19 UTC