diff options
author | Marko Myllynen <myllynen@redhat.com> | 2012-02-20 17:01:21 +0200 |
---|---|---|
committer | James Cloos <cloos@jhcloos.com> | 2012-02-21 09:15:13 -0500 |
commit | ab1fba1a0967ac2289909c3f1a643f876a5dd393 (patch) | |
tree | d37bd6c9ff0229682d840dcab3267a98446b31d8 /specs | |
parent | 67dd3bfe1ea20473944aec414d9f4b5eba196d8b (diff) |
x11proto: add permille, ezh, and EZH to keysymdef.h
This patch adds the following mnemonic symbols:
XK_permille for U+2030 PER MILLE SIGN
XK_EZH for U+01B7 LATIN CAPITAL LETTER EZH
XK_ezh for U+0292 LATIN SMALL LETTER EZH
These are the last mnemonic symbols missing from the Finnish keyboard
layout. The characters are part of the Finnish standard, ezh is used
in Sami and permille sign is used commonly in Finland, probably in
other countries as well.
https://bugs.freedesktop.org/show_bug.cgi?id=19687
Signed-off-by: Marko Myllynen <myllynen@redhat.com>
Reviewed-by: Matt Dew <marcoz@osource.org>
Signed-off-by: James Cloos <cloos@jhcloos.com>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/keysyms.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/specs/keysyms.xml b/specs/keysyms.xml index 9c88ce7..e2fa0d0 100644 --- a/specs/keysyms.xml +++ b/specs/keysyms.xml @@ -4375,6 +4375,12 @@ already been deprecated by the introduction of the Unicode KEYSYMs. <entry>Publish</entry> </row> <row> + <entry>#x0AD5</entry> + <entry>U+2030</entry> + <entry>PER MILLE SIGN</entry> + <entry>Publish</entry> + </row> + <row> <entry>#x0AD6</entry> <entry>U+2032</entry> <entry>MINUTES</entry> |