fixup: use narrow no-break-space and changed the key label

This commit is contained in:
Maarten van Gompel 2023-08-31 13:27:54 +02:00
parent 67ef1d40f3
commit 73130886cc

View File

@ -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},