summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRay-V <ray-v@inbox.lv>2021-04-16 13:55:29 +0100
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-07-13 10:00:16 +0900
commitd40b0d945f2a2d56768dd1d97a9a823113a1199d (patch)
treeeabfcb593dd47e006d68d3b96dc4ab3684b6d4ac
parentcb6b236b1a070f906baa05007ecdd39ac8c00769 (diff)
downloadkvkbd-d40b0d94.tar.gz
kvkbd-d40b0d94.zip
Add character representation for key display
Signed-off-by: Ray-V <ray-v@inbox.lv>
-rw-r--r--src/Xutils.cpp1
1 files changed, 1 insertions, 0 deletions
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 */