mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-12-25 15:38:48 +01:00
compose: Add glyph
This commit is contained in:
parent
e9f734b6cc
commit
d56e4d129e
Binary file not shown.
@ -485,7 +485,7 @@ public final class KeyValue
|
|||||||
case "autofill": return editingKey("auto", Editing.AUTOFILL);
|
case "autofill": return editingKey("auto", Editing.AUTOFILL);
|
||||||
|
|
||||||
/* The compose key */
|
/* The compose key */
|
||||||
case "compose": return modifierKey("comp", Modifier.COMPOSE_PENDING, FLAG_SECONDARY);
|
case "compose": return modifierKey(0xE016, Modifier.COMPOSE_PENDING, FLAG_SECONDARY | FLAG_SMALLER_FONT);
|
||||||
|
|
||||||
/* Placeholder keys */
|
/* Placeholder keys */
|
||||||
case "removed": return placeholderKey(Placeholder.REMOVED);
|
case "removed": return placeholderKey(Placeholder.REMOVED);
|
||||||
|
8
srcs/special_font/16.svg
Normal file
8
srcs/special_font/16.svg
Normal file
@ -0,0 +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>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 519 B |
Loading…
Reference in New Issue
Block a user