From 84020a91516de5e816e9b0b8ad6ced3caf813788 Mon Sep 17 00:00:00 2001 From: Maarten van Gompel Date: Thu, 31 Aug 2023 12:03:59 +0200 Subject: [PATCH] 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. --- layout.mobintl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout.mobintl.h b/layout.mobintl.h index e1664e1..9481318 100644 --- a/layout.mobintl.h +++ b/layout.mobintl.h @@ -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},