ref: 2da0defac8147c4a9e34ecea5d122471c3e6db0b
parent: f2c70311723da08865377e9a16528545f3a826ab
author: aiju <devnull@localhost>
date: Tue Mar 14 19:44:48 EDT 2017
translate xkb dead accent codes into corresponding unicode characters
--- a/gui-x11/keysym2ucs-x11.c
+++ b/gui-x11/keysym2ucs-x11.c
@@ -821,6 +821,12 @@
{ 0x13bd, 0x0153 }, /* oe œ LATIN SMALL LIGATURE OE */
{ 0x13be, 0x0178 }, /* Ydiaeresis Ÿ LATIN CAPITAL LETTER Y WITH DIAERESIS */
{ 0x20ac, 0x20ac }, /* EuroSign € EURO SIGN */
+
+ { 0xfe50, 0x0060 }, /* dead grave */
+ { 0xfe51, 0x00b4 }, /* dead acute */
+ { 0xfe52, 0x005e }, /* dead circumflex */
+ { 0xfe53, 0x007e }, /* dead tilde */
+
};
VISIBLE