Closed
Bug 694501
Opened 13 years ago
Closed 5 years ago
Use DOM_VK_BACK_SLASH for a key which inputs Won sign (₩, U+20A9) without shift key
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Tracking
()
RESOLVED
INVALID
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
(Keywords: intl)
Both yen sign and won sign have been mapped to backslash in legacy encoding. Our cocoa key event handling code maps yen sign key to DOM_VK_BACK_SLASH. However, it doesn't maps won sign. We should do it.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Moving all open Keyboard/IME handling bugs to DOM: UI Events & Focus Handling component.
Component: Widget: Cocoa → DOM: UI Events & Focus Handling
Assignee | ||
Comment 3•5 years ago
|
||
Hmm, in these days, all browsers mapping 192 (DOM_VK_BACK_QUOTE
) for Won Sign key (Backquote
key physically). So, we should not change it.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•