mirror of https://github.com/jetkvm/kvm.git
parent
654e965bb0
commit
cc9e03ad1e
|
@ -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 },
|
||||||
|
|
Loading…
Reference in New Issue