From a0c69d3d44f073fbd8f1ffb2a5a8641d37f80039 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Thu, 13 Nov 2025 15:12:20 +0100 Subject: [PATCH] Support unqualified keycap emoji * admin/unidata/emoji-zwj.awk: Add U+20E3 as a trigger codepoint so that U+0023 U+20E3 and similar are displayed using the emoji font. --- admin/unidata/emoji-zwj.awk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin/unidata/emoji-zwj.awk b/admin/unidata/emoji-zwj.awk index 4264f944033..5eccb7af4a9 100644 --- a/admin/unidata/emoji-zwj.awk +++ b/admin/unidata/emoji-zwj.awk @@ -67,7 +67,7 @@ END { # The following codepoints are not emoji, but they are part of # emoji sequences. We have code in font.c:font_range that will - # try to display them with the emoji font anyway. + # try to display those sequences with the emoji font anyway. trigger_codepoints[1] = "261D" trigger_codepoints[2] = "26F9" @@ -82,6 +82,7 @@ END { trigger_codepoints[11] = "1F574" trigger_codepoints[12] = "1F575" trigger_codepoints[13] = "1F590" + trigger_codepoints[14] = "20E3" print "(setq auto-composition-emoji-eligible-codepoints" print "'("