diff --git a/ui/src/keyboardMappings.ts b/ui/src/keyboardMappings.ts index 92214cf..79ed11a 100644 --- a/ui/src/keyboardMappings.ts +++ b/ui/src/keyboardMappings.ts @@ -99,7 +99,6 @@ export const keys = { Tab: 0x2b, } as Record; -// 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 },