mirror of https://github.com/jetkvm/kvm.git
Fix: flip Y/Z
This commit is contained in:
parent
1460fc5ac2
commit
d962a8fb05
|
@ -56,8 +56,8 @@ export const chars = {
|
||||||
V: { key: "KeyV", shift: true },
|
V: { key: "KeyV", shift: true },
|
||||||
W: { key: "KeyW", shift: true },
|
W: { key: "KeyW", shift: true },
|
||||||
X: { key: "KeyX", shift: true },
|
X: { key: "KeyX", shift: true },
|
||||||
Y: { key: "KeyZ", shift: true },
|
Y: { key: "KeyY", shift: true },
|
||||||
Z: { key: "KeyY", shift: true },
|
Z: { key: "KeyZ", shift: true },
|
||||||
a: { key: "KeyA" },
|
a: { key: "KeyA" },
|
||||||
"á": { key: "KeyA", accentKey: keyAcute },
|
"á": { key: "KeyA", accentKey: keyAcute },
|
||||||
"â": { key: "KeyA", accentKey: keyHat },
|
"â": { key: "KeyA", accentKey: keyHat },
|
||||||
|
@ -106,8 +106,8 @@ export const chars = {
|
||||||
v: { key: "KeyV" },
|
v: { key: "KeyV" },
|
||||||
w: { key: "KeyW" },
|
w: { key: "KeyW" },
|
||||||
x: { key: "KeyX" },
|
x: { key: "KeyX" },
|
||||||
y: { key: "KeyZ" },
|
y: { key: "KeyY" },
|
||||||
z: { key: "KeyY" },
|
z: { key: "KeyZ" },
|
||||||
"§": { key: "Backquote" },
|
"§": { key: "Backquote" },
|
||||||
"½": { key: "Backquote", shift: true },
|
"½": { key: "Backquote", shift: true },
|
||||||
1: { key: "Digit1" },
|
1: { key: "Digit1" },
|
||||||
|
|
Loading…
Reference in New Issue