diff --git a/ui/src/keyboardLayouts/sv_SE.ts b/ui/src/keyboardLayouts/sv_SE.ts index f13679a..75197cb 100644 --- a/ui/src/keyboardLayouts/sv_SE.ts +++ b/ui/src/keyboardLayouts/sv_SE.ts @@ -56,8 +56,8 @@ export const chars = { V: { key: "KeyV", shift: true }, W: { key: "KeyW", shift: true }, X: { key: "KeyX", shift: true }, - Y: { key: "KeyZ", shift: true }, - Z: { key: "KeyY", shift: true }, + Y: { key: "KeyY", shift: true }, + Z: { key: "KeyZ", shift: true }, a: { key: "KeyA" }, "á": { key: "KeyA", accentKey: keyAcute }, "â": { key: "KeyA", accentKey: keyHat }, @@ -106,8 +106,8 @@ export const chars = { v: { key: "KeyV" }, w: { key: "KeyW" }, x: { key: "KeyX" }, - y: { key: "KeyZ" }, - z: { key: "KeyY" }, + y: { key: "KeyY" }, + z: { key: "KeyZ" }, "§": { key: "Backquote" }, "½": { key: "Backquote", shift: true }, 1: { key: "Digit1" },