From 49ea79598fb185df92c62f9d022c9d5fbd130d05 Mon Sep 17 00:00:00 2001 From: Ray-V Date: Fri, 26 Mar 2021 15:11:17 +0000 Subject: [PATCH] Additional keysyms for AltGr keys Signed-off-by: Ray-V --- src/Xutils.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Xutils.cpp b/src/Xutils.cpp index a12d983..02ea634 100644 --- a/src/Xutils.cpp +++ b/src/Xutils.cpp @@ -547,6 +547,7 @@ struct codepair { { 0x0ad2, 0x201c }, /* leftdoublequotemark “ LEFT DOUBLE QUOTATION MARK */ { 0x0ad3, 0x201d }, /* rightdoublequotemark ” RIGHT DOUBLE QUOTATION MARK */ { 0x0ad4, 0x211e }, /* prescription ℞ PRESCRIPTION TAKE */ + { 0x0ad5, 0x2030 }, /* permille ‰ */ { 0x0ad6, 0x2032 }, /* minutes ′ PRIME */ { 0x0ad7, 0x2033 }, /* seconds ″ DOUBLE PRIME */ { 0x0ad9, 0x271d }, /* latincross ✝ LATIN CROSS */ @@ -828,8 +829,14 @@ struct codepair { { 0xfe5b, 0x00b8 }, /* dead_cedilla ¸ */ { 0xfe5c, 0x02db }, /* dead_ogonek ˛ */ { 0xfe5d, 0x0269 }, /* dead_iota ɩ Latin small iota */ + { 0xfe60, 0x002e }, /* dead_belowdot . period */ + { 0xfe61, 0x02c0 }, /* dead_hook ˀ modifier letter glottal stop - eg actual=ẻ */ + { 0xfe62, 0x1fbf }, /* dead_horn ᾽ Greek Psili, eg actual=ư */ + { 0xfe63, 0x2215 }, /* dead_stroke ∕ division slash, eg actual=ɇ */ { 0xfe64, 0x1fbf }, /* dead_abovecomma ᾽ Greek Psili */ { 0xfe65, 0x1ffe }, /* dead_abovereversedcomma ῾ Greek Dasia */ + { 0xfe68, 0x02cd }, /* dead_belowmacron ˍ modifier letter low macron, eg actual=ṯ */ + { 0xfe6e, 0x201a }, /* dead_belowcomma ‚ quotesinglbase, eg actual=ț */ }; long keysym2ucs(KeySym keysym)