fix: better keyboard

* Scale the font as necessary
* Fix CHUNITHM order
* Fix num-unlocked numpad
This commit is contained in:
2025-04-18 06:55:59 +00:00
parent 7071f19877
commit 795e889bd0
2 changed files with 73 additions and 11 deletions

View File

@ -124,7 +124,7 @@ const prf = usePrfStore();
<div
v-for="idx in Array(16)
.fill(0)
.map((_, i) => 16 - i)"
.map((_, i) => 32 - 2 * i - 1)"
>
<KeyboardKey
button="cell"
@ -142,7 +142,7 @@ const prf = usePrfStore();
<div
v-for="idx in Array(16)
.fill(0)
.map((_, i) => 32 - i)"
.map((_, i) => 32 - 2 * i)"
>
<KeyboardKey
button="cell"