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