From d40b0d945f2a2d56768dd1d97a9a823113a1199d Mon Sep 17 00:00:00 2001 From: Ray-V Date: Fri, 16 Apr 2021 13:55:29 +0100 Subject: Add character representation for key display Signed-off-by: Ray-V --- src/Xutils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Xutils.cpp b/src/Xutils.cpp index e09a6be..e8af9e7 100644 --- a/src/Xutils.cpp +++ b/src/Xutils.cpp @@ -869,6 +869,7 @@ struct codepair { { 0x01000335L, 0x002d }, /* comb short stroke overlay - hyphen */ { 0x01000336L, 0x2500 }, /* comb long stroke overlay ─ box drawings light horizontal */ { 0x0100033eL, 0x02e2 }, /* combining vertical tilde ˢ modifier letter small s */ + { 0x01000358L, 0x02d9 }, /* combining dot above right ˙ dot above */ { 0x0100035cL, 0x203f }, /* comb Double Breve Below ‿ undertie */ { 0x0100035dL, 0xfffd }, /* combining Double Breve � replacement character, nothing similar */ { 0x0100035eL, 0x203e }, /* comb Yerok/Double Macron ‾ overline */ -- cgit v1.2.1