Skip to content

Commit 842fd22

Browse files
committed
Add more keys to Spanish
1 parent c5b8076 commit 842fd22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/keyboardLayouts/es_ES.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export const chars = {
8989
m: { key: "KeyM" },
9090
n: { key: "KeyN" },
9191
o: { key: "KeyO" },
92+
"ö": { key: "KeyO", accentKey: keyTrema },
9293
"ó": { key: "KeyO", accentKey: keyAcute },
9394
"ô": { key: "KeyO", accentKey: keyHat },
9495
"ò": { key: "KeyO", accentKey: keyGrave },
@@ -99,6 +100,7 @@ export const chars = {
99100
s: { key: "KeyS" },
100101
t: { key: "KeyT" },
101102
u: { key: "KeyU" },
103+
"ü": { key: "KeyU", accentKey: keyTrema },
102104
"ú": { key: "KeyU", accentKey: keyAcute },
103105
"û": { key: "KeyU", accentKey: keyHat },
104106
"ù": { key: "KeyU", accentKey: keyGrave },

0 commit comments

Comments
 (0)