We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5b8076 commit 842fd22Copy full SHA for 842fd22
ui/src/keyboardLayouts/es_ES.ts
@@ -89,6 +89,7 @@ export const chars = {
89
m: { key: "KeyM" },
90
n: { key: "KeyN" },
91
o: { key: "KeyO" },
92
+ "ö": { key: "KeyO", accentKey: keyTrema },
93
"ó": { key: "KeyO", accentKey: keyAcute },
94
"ô": { key: "KeyO", accentKey: keyHat },
95
"ò": { key: "KeyO", accentKey: keyGrave },
@@ -99,6 +100,7 @@ export const chars = {
99
100
s: { key: "KeyS" },
101
t: { key: "KeyT" },
102
u: { key: "KeyU" },
103
+ "ü": { key: "KeyU", accentKey: keyTrema },
104
"ú": { key: "KeyU", accentKey: keyAcute },
105
"û": { key: "KeyU", accentKey: keyHat },
106
"ù": { key: "KeyU", accentKey: keyGrave },
0 commit comments