mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-03-14 11:22:48 +01:00
simple: add comma
Signed-off-by: Anjandev Momi <anjan@momi.ca>
This commit is contained in:
parent
a2b5b78051
commit
2d84f0e241
@ -337,8 +337,9 @@ static struct key keys_simple[] = {
|
|||||||
|
|
||||||
{"Abc", "Abc", 1.0, NextLayer, .scheme = 1},
|
{"Abc", "Abc", 1.0, NextLayer, .scheme = 1},
|
||||||
{"Ctr", "Ctr", 1.0, Mod, Ctrl, .scheme = 1},
|
{"Ctr", "Ctr", 1.0, Mod, Ctrl, .scheme = 1},
|
||||||
|
{",", "'", 1.0, Code, KEY_COMMA, &layouts[ComposeMath]},
|
||||||
{"-", "_", 1.0, Code, KEY_MINUS, &layouts[ComposeMath]},
|
{"-", "_", 1.0, Code, KEY_MINUS, &layouts[ComposeMath]},
|
||||||
{"", "", 4.0, Code, KEY_SPACE},
|
{"", "", 3.0, Code, KEY_SPACE},
|
||||||
{".", "?", 1.0, Code, KEY_DOT, &layouts[ComposePunctuation]},
|
{".", "?", 1.0, Code, KEY_DOT, &layouts[ComposePunctuation]},
|
||||||
{"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},
|
{"Enter", "Enter", 2.0, Code, KEY_ENTER, .scheme = 1},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user