mirror of https://github.com/jetkvm/kvm.git
Update da_DK.ts
This commit is contained in:
parent
073a75793a
commit
6b8d90fdf6
|
@ -167,4 +167,18 @@ export const chars = {
|
|||
"\n": { key: "Enter" },
|
||||
Enter: { key: "Enter" },
|
||||
Tab: { key: "Tab" },
|
||||
|
||||
} as Record<string, KeyCombo>;
|
||||
|
||||
export const da_DK: KeyboardLayout = {
|
||||
isoCode: isoCode,
|
||||
name: name,
|
||||
chars: chars,
|
||||
// TODO need to localize these maps and layouts
|
||||
keyDisplayMap: en_US.keyDisplayMap,
|
||||
modifierDisplayMap: en_US.modifierDisplayMap,
|
||||
virtualKeyboard: en_US.virtualKeyboard
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue