1
0
mirror of https://github.com/jjsullivan5196/wvkbd.git synced 2025-03-13 02:42:47 +01:00

adding fix in punctuation layer

This commit is contained in:
Maarten van Gompel 2021-08-26 22:49:17 +02:00 committed by John Sullivan
parent 2dac77392c
commit 5291f9a071

@ -1414,6 +1414,8 @@ static struct key keys_compose_punctuation[] = {
{"9", "(", 1.0, Code, KEY_9},
{"0", ")", 1.0, Code, KEY_0},
{"", "", 0.0, EndRow},
{"", "", 10.0, Pad},
{"", "", 0.0, EndRow},
{"", "", 2, Mod, Shift, .scheme = 1},
{"", "", 1, Pad},
{":", ":", 1, Code, KEY_SEMICOLON, 0, Shift},