1
Fork 0

Add a few new emoji to layout

This commit is contained in:
prescientmoon 2024-02-13 16:26:00 +01:00
parent dd80bd684c
commit 09388994c1
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
2 changed files with 8 additions and 7 deletions

View file

@ -35,13 +35,13 @@
["H", "|", "", "🔇"],
["U", "*", "⏫", "🔆"],
["E", "/", "▲", "🔅"],
[",", "\\", ""],
[",", "\\", "", "↩️"],
["Y", "~", "end", "⏪"],
["I", "=", "►", "⏯️"],
[".", "+", "", "⏩"],
[":", "`", "del", "copy"],
["O", ";", "", "paste"],
["'", "\"", "", "cut"]
[":", "`", "🗑️", "copy"],
["O", ";", "", "📋"],
["'", "\"", "", "✂️"]
],
"imagePadding": 20,
"keySize": 50,

View file

@ -419,6 +419,7 @@
<text x="495" y="108.33333333333333" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
</text>
<text x="455" y="141.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
↩️
</text>
</g>
<g transform="undefined">
@ -478,7 +479,7 @@
`
</text>
<text x="595" y="58.333333333333336" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
del
🗑️
</text>
<text x="555" y="91.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
copy
@ -496,7 +497,7 @@
<text x="595" y="108.33333333333333" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
</text>
<text x="555" y="141.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
paste
📋
</text>
</g>
<g transform="undefined">
@ -511,7 +512,7 @@
<text x="595" y="158.33333333333334" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
</text>
<text x="555" y="191.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
cut
✂️
</text>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB