Skip to content

Commit ba47d9a

Browse files
committed
Comment about "<" and ">" (can be typed in two different locations)
1 parent 14173da commit ba47d9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/src/keyboardLayouts/sl_SI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ export const chars = {
129129
"{": { key: "KeyB", AltGr: true },
130130
"}": { key: "KeyN", AltGr: true },
131131
"§": { key: "KeyM", AltGr: true },
132-
// "<": { key: "Comma", AltGr: true },
133-
// ">": { key: "Period", AltGr: true },
132+
// "<": { key: "Comma", AltGr: true }, // Can be typed in two different locations (`IntlBackslash`)
133+
// ">": { key: "Period", AltGr: true }, // Can be typed in two different locations (`IntlBackslash+Shift`)
134134

135135
" ": { key: "Space" },
136136
"\n": { key: "Enter" },

0 commit comments

Comments
 (0)