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:
Maarten van Gompel 2023-08-31 12:03:59 +02:00
parent 3504f83ca6
commit 84020a9151

View File

@ -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},