Add . from compose punctuation now that we removed the bottom bar

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

View File

@ -1679,7 +1679,8 @@ static struct key keys_compose_punctuation[] = {
{"?", "?", 1, Code, KEY_DOT, 0, Shift},
{"·", "·", 1, Copy, 0x2027, 0, 0x2027},
{",", ",", 1, Code, KEY_COMMA},
{"", "", 1.5, Pad},
{".", ".", 1, Code, KEY_DOT},
{"", "", 0.5, Pad},
{"", "", 0.0, EndRow},
{"Abc", "Abc", 1.0, BackLayer, .scheme = 1},
{"", "", 9, Pad},