mirror of https://github.com/jetkvm/kvm.git
Fix whitespace
This commit is contained in:
parent
77ce41a5ea
commit
a364a06a3a
|
@ -91,7 +91,7 @@ export const chars = {
|
||||||
y: { key: "KeyZ" },
|
y: { key: "KeyZ" },
|
||||||
z: { key: "KeyY" },
|
z: { key: "KeyY" },
|
||||||
"°": { key: "Backquote", shift: true },
|
"°": { key: "Backquote", shift: true },
|
||||||
"^": { key: "Backquote", deadKey: true },
|
"^": { key: "Backquote", deadKey: true },
|
||||||
1: { key: "Digit1" },
|
1: { key: "Digit1" },
|
||||||
"!": { key: "Digit1", shift: true },
|
"!": { key: "Digit1", shift: true },
|
||||||
2: { key: "Digit2" },
|
2: { key: "Digit2" },
|
||||||
|
|
Loading…
Reference in New Issue