summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-13 19:49:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-10-13 19:49:46 (GMT)
commit6ab86512888d4242f0e2912343e9da7566e8ab53 (patch)
treeb31a3be71d429322d2385312bedef310388048f5 /generic
parent2834051a8cc268c32e5222a9a6fe8ce4cbd15d03 (diff)
downloadtk-6ab86512888d4242f0e2912343e9da7566e8ab53.zip
tk-6ab86512888d4242f0e2912343e9da7566e8ab53.tar.gz
tk-6ab86512888d4242f0e2912343e9da7566e8ab53.tar.bz2
Fix 3 bugs in X11 keysym translations, originating from X11-r5 which were fixed in X11-r6. Add 3 test-cases, proving each of them.
Diffstat (limited to 'generic')
-rw-r--r--generic/ks_names.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/ks_names.h b/generic/ks_names.h
index e38c35c..3386ec0 100644
--- a/generic/ks_names.h
+++ b/generic/ks_names.h
@@ -332,6 +332,7 @@
{ "Otilde", 0xD5 },
{ "Odiaeresis", 0xD6 },
{ "multiply", 0xD7 },
+{ "Oslash", 0xD8 },
{ "Ooblique", 0xD8 },
{ "Ugrave", 0xD9 },
{ "Uacute", 0xDA },
@@ -464,8 +465,8 @@
{ "itilde", 0x3B5 },
{ "lcedilla", 0x3B6 },
{ "emacron", 0x3BA },
-{ "gacute", 0x3BB },
{ "gcedilla", 0x3BB },
+{ "gacute", 0x3BB },
{ "tslash", 0x3BC },
{ "ENG", 0x3BD },
{ "eng", 0x3BF },
@@ -720,6 +721,7 @@
{ "Greek_EPSILONaccent", 0x7A2 },
{ "Greek_ETAaccent", 0x7A3 },
{ "Greek_IOTAaccent", 0x7A4 },
+{ "Greek_IOTAdieresis", 0x7A5 },
{ "Greek_IOTAdiaeresis", 0x7A5 },
{ "Greek_IOTAaccentdiaeresis", 0x7A6 },
{ "Greek_OMICRONaccent", 0x7A7 },