From cc9e03ad1ea6e722167c08e306b99b9e50b9f232 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 30 Sep 2025 03:37:12 +0200 Subject: [PATCH] Update da_DK.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix "½" --- ui/src/keyboardLayouts/da_DK.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/keyboardLayouts/da_DK.ts b/ui/src/keyboardLayouts/da_DK.ts index 21d270fd..1c00843a 100644 --- a/ui/src/keyboardLayouts/da_DK.ts +++ b/ui/src/keyboardLayouts/da_DK.ts @@ -115,7 +115,7 @@ export const chars = { x: { key: "KeyX" }, y: { key: "KeyY" }, // <-- corrected z: { key: "KeyZ" }, // <-- corrected - "|": { key: "Backquote" }, + "½":: { key: "Backquote" }, "§": { key: "Backquote", shift: true }, 1: { key: "Digit1" }, "!": { key: "Digit1", shift: true },