From d3753cc455b22bdaf7e687632f2ae089409e2bdb Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Sat, 8 Feb 2025 23:16:18 +0100 Subject: Add a glyph for cancelling the compose key --- srcs/juloo.keyboard2/ComposeKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'srcs/juloo.keyboard2/ComposeKey.java') diff --git a/srcs/juloo.keyboard2/ComposeKey.java b/srcs/juloo.keyboard2/ComposeKey.java index 6e0094d..f2169b1 100644 --- a/srcs/juloo.keyboard2/ComposeKey.java +++ b/srcs/juloo.keyboard2/ComposeKey.java @@ -17,7 +17,7 @@ public final class ComposeKey return res; /* Tapping compose again exits the pending sequence. */ case Compose_pending: - return KeyValue.nothingKey(kv); + return KeyValue.getKeyByName("compose_cancel"); /* These keys are not greyed. */ case Event: case Modifier: -- cgit v1.2.3