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