mirror of https://github.com/jetkvm/kvm.git
Compare commits
1 Commits
c525fa1841
...
291ad25485
Author | SHA1 | Date |
---|---|---|
|
291ad25485 |
|
@ -99,6 +99,7 @@ export const keys = {
|
||||||
Tab: 0x2b,
|
Tab: 0x2b,
|
||||||
} as Record<string, number>;
|
} as Record<string, number>;
|
||||||
|
|
||||||
|
// Mapping from characters entered into "Paste text" box to key codes and modifiers
|
||||||
export const chars = {
|
export const chars = {
|
||||||
A: { key: "KeyA", shift: true },
|
A: { key: "KeyA", shift: true },
|
||||||
B: { key: "KeyB", shift: true },
|
B: { key: "KeyB", shift: true },
|
||||||
|
|
Loading…
Reference in New Issue