From 88bbdb0c642a5d78c603f958570afbba3918a51e Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Sat, 15 Jan 2022 08:46:48 +0100 Subject: [PATCH] Add some math and punctiation symbols from simple grid --- layout.mobintl.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/layout.mobintl.h b/layout.mobintl.h index cd73f17..0555293 100644 --- a/layout.mobintl.h +++ b/layout.mobintl.h @@ -1632,7 +1632,8 @@ static struct key keys_compose_math[] = { {"*", "*", 1, Code, KEY_8, 0, Shift}, {"=", "=", 1, Code, KEY_EQUAL}, {"_", "_", 1, Code, KEY_MINUS, 0, Shift}, - {"", "", 3, Pad}, + {"—", "—", 1, Copy, 0x2014, 0, 0x2014}, + {"", "", 2, Pad}, {"", "", 0.0, EndRow}, {"Abc", "Abc", 1.0, BackLayer}, {"Ctr", "Ctr", 1.0, Mod, Ctrl, .scheme = 1}, @@ -1658,13 +1659,14 @@ static struct key keys_compose_punctuation[] = { {"", "", 10.0, Pad}, {"", "", 0.0, EndRow}, {"⇧", "⇧", 2, Mod, Shift, .scheme = 1}, - {"", "", 1, Pad}, + {"…", "…", 1, Copy, 0x2026, 0, 0x2026}, {":", ":", 1, Code, KEY_SEMICOLON, 0, Shift}, {";", ";", 1, Code, KEY_SEMICOLON, 0}, {"!", "!", 1, Code, KEY_1, 0, Shift}, {"?", "?", 1, Code, KEY_DOT, 0, Shift}, {",", ",", 1, Code, KEY_COMMA}, - {"", "", 2, Pad}, + {"·", "·", 1, Copy, 0x2027, 0, 0x2027}, + {"", "", 1, Pad}, {"", "", 0.0, EndRow}, {"Abc", "Abc", 1.0, BackLayer}, {"Ctr", "Ctr", 1.0, Mod, Ctrl, .scheme = 1},