Add non-breaking space to compose punctuation

This commit is contained in:
Willow Barraco 2023-08-31 12:38:35 +02:00
parent 50c40863b8
commit 67ef1d40f3
No known key found for this signature in database
GPG Key ID: EABA44759877E02A

View File

@ -1670,17 +1670,21 @@ static struct key keys_compose_math[] = {
static struct key keys_compose_punctuation[] = {
{"", "", 0.0, EndRow},
{"", "", 0.0, EndRow},
{"", "", 1.5, Mod, Shift, .scheme = 1},
{"", "", 4.5, Pad},
{".", ".", 1, Code, KEY_DOT},
{"", "", 1, Copy, 0x2026, 0, 0x2026},
{":", ":", 1, Code, KEY_SEMICOLON, 0, Shift},
{";", ";", 1, Code, KEY_SEMICOLON, 0},
{"¤", "¤", 1, Copy, 0x00A0, 0, 0x00A0},
{"", "", 0.5, Pad},
{"", "", 0.0, EndRow},
{"", "", 1.5, Mod, Shift, .scheme = 1},
{"", "", 3, Pad},
{"!", "!", 1, Code, KEY_1, 0, Shift},
{"?", "?", 1, Code, KEY_DOT, 0, Shift},
{"·", "·", 1, Copy, 0x2027, 0, 0x2027},
{",", ",", 1, Code, KEY_COMMA},
{".", ".", 1, Code, KEY_DOT},
{"", "", 0.5, Pad},
{"", "", 1.5, Pad},
{"", "", 0.0, EndRow},
{"Abc", "Abc", 1.0, BackLayer, .scheme = 1},
{"", "", 9, Pad},