abouttreesummaryrefslogcommitdiff
path: root/srcs
diff options
context:
space:
mode:
authorJules Aguillon2025-02-08 22:48:58 +0100
committerJules Aguillon2025-02-08 23:14:01 +0100
commitbd1a72d01e8abf5b62c5d907d648ecb90ea42636 (patch)
tree7d120440a95a7c8a2c16907596780e17e3b63c1d /srcs
parent87667a24380416609ec468a4a5605720840c6c51 (diff)
downloadunexpected-keyboard-bd1a72d01e8abf5b62c5d907d648ecb90ea42636.tar.gz
unexpected-keyboard-bd1a72d01e8abf5b62c5d907d648ecb90ea42636.zip
Improve the compose key symbol
Make the symbol bolder and slimmer.
Diffstat (limited to 'srcs')
-rw-r--r--srcs/juloo.keyboard2/KeyValue.java2
-rw-r--r--srcs/special_font/016.svg12
2 files changed, 7 insertions, 7 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);
diff --git a/srcs/special_font/016.svg b/srcs/special_font/016.svg
index 80befe5..413082d 100644
--- a/srcs/special_font/016.svg
+++ b/srcs/special_font/016.svg
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- By Vectorization: Mrmw - Own work using: iso.org/obp/graphics/grs/8f631f6d-89af-4962-bd14-a94dd3c1a2bf 200.png, Public Domain, https://commons.wikimedia.org/w/index.php?curid=20206736 -->
-<svg width="200" height="200" version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200">
- <g fill="none">
- <rect x="22.5" y="33.5" width="103" height="132" stroke="#000" stroke-width="5"/>
- <circle cx="125.5" cy="99.5" r="66" stroke="#000" stroke-width="5"/>
- </g>
+<!-- Inspired from https://commons.wikimedia.org/w/index.php?curid=20206736 -->
+<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" version="1.1" viewBox="0 0 200 200">
+ <g fill="none">
+ <line x1="100" y1="45" x2="100" y2="155" stroke="#000" stroke-width="10"/>
+ <circle cx="100" cy="100" r="55" stroke="#000" stroke-width="10"/>
+ </g>
</svg>