From 73130886cc4aa13e497c03e624276301c8e5cdd7 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 31 Aug 2023 13:27:54 +0200 Subject: [PATCH] fixup: use narrow no-break-space and changed the key label --- layout.mobintl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.mobintl.h b/layout.mobintl.h index 2697839..a848a04 100644 --- a/layout.mobintl.h +++ b/layout.mobintl.h @@ -1675,7 +1675,7 @@ static struct key keys_compose_punctuation[] = { {"…", "…", 1, Copy, 0x2026, 0, 0x2026}, {":", ":", 1, Code, KEY_SEMICOLON, 0, Shift}, {";", ";", 1, Code, KEY_SEMICOLON, 0}, - {"¤", "¤", 1, Copy, 0x00A0, 0, 0x00A0}, + {"⍽", "⍽", 1, Copy, 0x202F, 0, 0x00A0}, {"", "", 0.5, Pad}, {"", "", 0.0, EndRow}, {"⇧", "⇫", 1.5, Mod, Shift, .scheme = 1},