diff options
author | Ray-V <[email protected]> | 2021-04-16 13:55:12 +0100 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-07-14 09:45:20 +0900 |
commit | 9d269e3ef28ad66c2edb082a73cb2ae8f4d3aec8 (patch) | |
tree | 26a84591ffed0149323096de3697125b7c216203 | |
parent | 5c58622c53563071fe3674d7252f9e438d0301fa (diff) | |
download | kvkbd-9d269e3ef28ad66c2edb082a73cb2ae8f4d3aec8.tar.gz kvkbd-9d269e3ef28ad66c2edb082a73cb2ae8f4d3aec8.zip |
Blank VoidSymbol for key display
Signed-off-by: Ray-V <[email protected]>
(cherry picked from commit cb6b236b1a070f906baa05007ecdd39ac8c00769)
-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 6d43421..e09a6be 100644 --- a/src/Xutils.cpp +++ b/src/Xutils.cpp @@ -837,6 +837,7 @@ struct codepair { { 0x0000fe65L, 0x1ffe }, /* dead_abovereversedcomma ῾ Greek Dasia */ { 0x0000fe68L, 0x02cd }, /* dead_belowmacron ˍ modifier letter low macron, eg actual=ṯ */ { 0x0000fe6eL, 0x201a }, /* dead_belowcomma ‚ quotesinglbase, eg actual=ț */ + { 0x00ffffffL, 0x0020 }, /* VoidSymbol -> <- space */ { 0x01000300L, 0x0060 }, /* combining grave ` */ { 0x01000301L, 0x00b4 }, /* combining acute ´ */ { 0x01000302L, 0x02c6 }, /* combining circumflex above ˆ */ |