Remove trailing whitespace

This commit is contained in:
Daniel Lorch 2025-05-19 19:17:14 +02:00
parent 146cee9309
commit a4d6da7085
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ export const chars = {
y: { key: "KeyZ" },
z: { key: "KeyY" },
"§": { key: "Backquote" },
"°": { key: "Backquote", shift: true },
"°": { key: "Backquote", shift: true },
1: { key: "Digit1" },
"+": { key: "Digit1", shift: true },
"|": { key: "Digit1", altRight: true },