diff options
| author | Jules Aguillon | 2025-02-08 22:48:58 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2025-02-08 23:14:01 +0100 |
| commit | bd1a72d01e8abf5b62c5d907d648ecb90ea42636 (patch) | |
| tree | 7d120440a95a7c8a2c16907596780e17e3b63c1d /srcs/juloo.keyboard2 | |
| parent | 87667a24380416609ec468a4a5605720840c6c51 (diff) | |
| download | unexpected-keyboard-bd1a72d01e8abf5b62c5d907d648ecb90ea42636.tar.gz unexpected-keyboard-bd1a72d01e8abf5b62c5d907d648ecb90ea42636.zip | |
Improve the compose key symbol
Make the symbol bolder and slimmer.
Diffstat (limited to 'srcs/juloo.keyboard2')
| -rw-r--r-- | srcs/juloo.keyboard2/KeyValue.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srcs/juloo.keyboard2/KeyValue.java b/srcs/juloo.keyboard2/KeyValue.java index 540138b..22c919d 100644 --- a/srcs/juloo.keyboard2/KeyValue.java +++ b/srcs/juloo.keyboard2/KeyValue.java @@ -697,7 +697,7 @@ public final class KeyValue implements Comparable<KeyValue> case "autofill": return editingKey("auto", Editing.AUTOFILL); /* The compose key */ - case "compose": return makeComposePending(0xE016, ComposeKeyData.compose, FLAG_SECONDARY | FLAG_SMALLER_FONT | FLAG_SPECIAL); + case "compose": return makeComposePending(0xE016, ComposeKeyData.compose, FLAG_SECONDARY | FLAG_SPECIAL); /* Placeholder keys */ case "removed": return placeholderKey(Placeholder.REMOVED); |
