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