mirror of https://github.com/jetkvm/kvm.git
Remove trailing whitespace
This commit is contained in:
parent
9ee905820c
commit
29241ec3a5
|
@ -107,7 +107,7 @@ export const chars = {
|
||||||
y: { key: "KeyZ" },
|
y: { key: "KeyZ" },
|
||||||
z: { key: "KeyY" },
|
z: { key: "KeyY" },
|
||||||
"§": { 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 },
|
||||||
"|": { key: "Digit1", altRight: true },
|
"|": { key: "Digit1", altRight: true },
|
||||||
|
|
Loading…
Reference in New Issue