Add a few new emoji to layout
This commit is contained in:
parent
dd80bd684c
commit
09388994c1
|
@ -35,13 +35,13 @@
|
||||||
["H", "|", "", "🔇"],
|
["H", "|", "", "🔇"],
|
||||||
["U", "*", "⏫", "🔆"],
|
["U", "*", "⏫", "🔆"],
|
||||||
["E", "/", "▲", "🔅"],
|
["E", "/", "▲", "🔅"],
|
||||||
[",", "\\", ""],
|
[",", "\\", "", "↩️"],
|
||||||
["Y", "~", "end", "⏪"],
|
["Y", "~", "end", "⏪"],
|
||||||
["I", "=", "►", "⏯️"],
|
["I", "=", "►", "⏯️"],
|
||||||
[".", "+", "", "⏩"],
|
[".", "+", "", "⏩"],
|
||||||
[":", "`", "del", "copy"],
|
[":", "`", "🗑️", "copy"],
|
||||||
["O", ";", "", "paste"],
|
["O", ";", "", "📋"],
|
||||||
["'", "\"", "", "cut"]
|
["'", "\"", "", "✂️"]
|
||||||
],
|
],
|
||||||
"imagePadding": 20,
|
"imagePadding": 20,
|
||||||
"keySize": 50,
|
"keySize": 50,
|
||||||
|
|
|
@ -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 x="495" y="108.33333333333333" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
|
||||||
</text>
|
</text>
|
||||||
<text x="455" y="141.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
<text x="455" y="141.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
||||||
|
↩️
|
||||||
</text>
|
</text>
|
||||||
</g>
|
</g>
|
||||||
<g transform="undefined">
|
<g transform="undefined">
|
||||||
|
@ -478,7 +479,7 @@
|
||||||
`
|
`
|
||||||
</text>
|
</text>
|
||||||
<text x="595" y="58.333333333333336" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
|
<text x="595" y="58.333333333333336" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
|
||||||
del
|
🗑️
|
||||||
</text>
|
</text>
|
||||||
<text x="555" y="91.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
<text x="555" y="91.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
||||||
copy
|
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 x="595" y="108.33333333333333" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
|
||||||
</text>
|
</text>
|
||||||
<text x="555" y="141.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
<text x="555" y="141.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
||||||
paste
|
📋
|
||||||
</text>
|
</text>
|
||||||
</g>
|
</g>
|
||||||
<g transform="undefined">
|
<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 x="595" y="158.33333333333334" fill="red" font-size="66%" text-anchor="end" dominant-baseline="middle" font-family="Helvetica">
|
||||||
</text>
|
</text>
|
||||||
<text x="555" y="191.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
<text x="555" y="191.66666666666666" fill="purple" font-size="66%" text-anchor="start" dominant-baseline="middle" font-family="Helvetica">
|
||||||
cut
|
✂️
|
||||||
</text>
|
</text>
|
||||||
</g>
|
</g>
|
||||||
</svg>
|
</svg>
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Loading…
Reference in a new issue