Update da_DK.ts

add BracketRight and Equal
This commit is contained in:
Alexander 2025-09-30 03:19:34 +02:00 committed by GitHub
parent 51345670c6
commit 654e965bb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -163,6 +163,12 @@ export const chars = {
"_": { key: "Slash", shift: true }, "_": { key: "Slash", shift: true },
"<": { key: "IntlBackslash" }, "<": { key: "IntlBackslash" },
">": { key: "IntlBackslash", shift: true }, ">": { key: "IntlBackslash", shift: true },
"~": { key: "BracketRight", deadKey: true, altRight: true },
"^": { key: "BracketRight", deadKey: true, shift: true },
"¨": { key: "BracketRight", deadKey: true, },
"|": { key: "Equal", deadKey: true, altRight: true},
"`": { key: "Equal", deadKey: true, shift: true, },
"´": { key: "Equal", deadKey: true, },
" ": { key: "Space" }, " ": { key: "Space" },
"\n": { key: "Enter" }, "\n": { key: "Enter" },
Enter: { key: "Enter" }, Enter: { key: "Enter" },