Update da_DK.ts

fix "½"
This commit is contained in:
Alexander 2025-09-30 03:37:12 +02:00 committed by GitHub
parent 654e965bb0
commit cc9e03ad1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ export const chars = {
x: { key: "KeyX" }, x: { key: "KeyX" },
y: { key: "KeyY" }, // <-- corrected y: { key: "KeyY" }, // <-- corrected
z: { key: "KeyZ" }, // <-- corrected z: { key: "KeyZ" }, // <-- corrected
"|": { key: "Backquote" }, "½":: { key: "Backquote" },
"§": { key: "Backquote", shift: true }, "§": { key: "Backquote", shift: true },
1: { key: "Digit1" }, 1: { key: "Digit1" },
"!": { key: "Digit1", shift: true }, "!": { key: "Digit1", shift: true },