diff options
author | Ray-V <ray-v@inbox.lv> | 2021-04-16 13:55:29 +0100 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-07-14 09:45:31 +0900 |
commit | 75ff5a57771ba875da3f96dc33a50255d226afa0 (patch) | |
tree | 8ea8091bd348a92dfb7e135dcb0d70ea889185f1 | |
parent | 9d269e3ef28ad66c2edb082a73cb2ae8f4d3aec8 (diff) | |
download | kvkbd-75ff5a57771ba875da3f96dc33a50255d226afa0.tar.gz kvkbd-75ff5a57771ba875da3f96dc33a50255d226afa0.zip |
Add character representation for key display
Signed-off-by: Ray-V <ray-v@inbox.lv>
(cherry picked from commit d40b0d945f2a2d56768dd1d97a9a823113a1199d)
-rw-r--r-- | src/Xutils.cpp | 1 |
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 */ |