mirror of
https://github.com/jjsullivan5196/wvkbd.git
synced 2025-04-15 13:26:49 +02:00
compose + , on simple layout open bracket/quote layout
This deviates from the rest a bit but we need an ability to trigger this layout. compose + - is still available for the 'math' layout.
This commit is contained in:
parent
3504f83ca6
commit
84020a9151
@ -470,7 +470,7 @@ static struct key keys_simple[] = {
|
||||
{"Cmp", "Cmp", 1.0, Compose, .scheme = 1},
|
||||
{"Ctr", "Ctr", 1.0, Mod, Ctrl, .scheme = 1},
|
||||
{"-", "_", 0.75, Code, KEY_MINUS, &layouts[ComposeMath]},
|
||||
{",", "'", 0.75, Code, KEY_COMMA, &layouts[ComposePunctuation]},
|
||||
{",", "'", 0.75, Code, KEY_COMMA, &layouts[ComposeBracket]},
|
||||
{"", "Tab", 3.0, Code, KEY_SPACE},
|
||||
{".", "?", 1.0, Code, KEY_DOT, &layouts[ComposePunctuation]},
|
||||
{"Enter", "Enter", 1.5, Code, KEY_ENTER, .scheme = 1},
|
||||
|
Loading…
x
Reference in New Issue
Block a user