From 2a9622b45741429aea242c8d2b4cc1c942c98e5e Mon Sep 17 00:00:00 2001 From: Daniel Lorch Date: Thu, 1 May 2025 11:08:49 +0200 Subject: [PATCH] Add comment on paste box --- ui/src/keyboardMappings.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/keyboardMappings.ts b/ui/src/keyboardMappings.ts index 79ed11a..92214cf 100644 --- a/ui/src/keyboardMappings.ts +++ b/ui/src/keyboardMappings.ts @@ -99,6 +99,7 @@ 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 },