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 14173da commit ba47d9aCopy full SHA for ba47d9a
ui/src/keyboardLayouts/sl_SI.ts
@@ -129,8 +129,8 @@ export const chars = {
129
"{": { key: "KeyB", AltGr: true },
130
"}": { key: "KeyN", AltGr: true },
131
"§": { key: "KeyM", AltGr: true },
132
- // "<": { key: "Comma", AltGr: true },
133
- // ">": { key: "Period", AltGr: true },
+ // "<": { key: "Comma", AltGr: true }, // Can be typed in two different locations (`IntlBackslash`)
+ // ">": { key: "Period", AltGr: true }, // Can be typed in two different locations (`IntlBackslash+Shift`)
134
135
" ": { key: "Space" },
136
"\n": { key: "Enter" },
0 commit comments