wvkbd

git clone https://git.tarina.org/wvkbd
Log | Files | Refs | README | LICENSE

commit 5291f9a07101b32874405492802fd3eb887b5a31
parent 2dac77392c184f68fd49aca619cad0b49899206b
Author: Maarten van Gompel <proycon@anaproy.nl>
Date:   Thu, 26 Aug 2021 22:49:17 +0200

adding fix in punctuation layer

Diffstat:
Mlayout.mobintl.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/layout.mobintl.h b/layout.mobintl.h @@ -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},