Add more keys to Spanish

This commit is contained in:
Daniel Lorch 2025-05-03 00:50:40 +02:00
parent c5b80761ce
commit 842fd22072
1 changed files with 2 additions and 0 deletions

View File

@ -89,6 +89,7 @@ export const chars = {
m: { key: "KeyM" },
n: { key: "KeyN" },
o: { key: "KeyO" },
"ö": { key: "KeyO", accentKey: keyTrema },
"ó": { key: "KeyO", accentKey: keyAcute },
"ô": { key: "KeyO", accentKey: keyHat },
"ò": { key: "KeyO", accentKey: keyGrave },
@ -99,6 +100,7 @@ export const chars = {
s: { key: "KeyS" },
t: { key: "KeyT" },
u: { key: "KeyU" },
"ü": { key: "KeyU", accentKey: keyTrema },
"ú": { key: "KeyU", accentKey: keyAcute },
"û": { key: "KeyU", accentKey: keyHat },
"ù": { key: "KeyU", accentKey: keyGrave },