- From: <bugzilla@jessica.w3.org>
- Date: Tue, 26 Feb 2013 06:45:00 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=21114
Bug ID: 21114
Summary: Dead key names are not enough for Linux
Classification: Unclassified
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: schepers@w3.org
Reporter: masayuki@d-toybox.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
When I implement KeyboardEvent.key on Linux, I realized that the defined dead
keys are not enough. Following keys are not defined in D3E:
GTK Qt
GDK_dead_belowdot Qt::Key_Dead_Belowdot
GDK_dead_hook Qt::Key_Dead_Hook
GDK_dead_horn Qt::Key_Dead_Horn
GDK_dead_stroke
GDK_dead_abovecomma (GDK_dead_psili)
GDK_dead_abovereversedcomma (GDK_dead_dasia)
GDK_dead_doublegrave
GDK_dead_belowring
GDK_dead_belowmacron
GDK_dead_belowcircumflex
GDK_dead_belowtilde
GDK_dead_belowbreve
GDK_dead_belowdiaeresis
GDK_dead_invertedbreve
GDK_dead_belowcomma
GDK_dead_currency
GDK_dead_a
GDK_dead_A
GDK_dead_e
GDK_dead_E
GDK_dead_i
GDK_dead_I
GDK_dead_o
GDK_dead_O
GDK_dead_u
GDK_dead_U
GDK_dead_small_schwa
GDK_dead_capital_schwa
GDK_dead_greek
I don't familiar with dead key because Japanese language doesn't use them. So,
I'd like somebody to define good name for them.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Tuesday, 26 February 2013 06:45:01 UTC