From 0c7d5aae4c42aad0c9ca91ac350b4836f36c41f2 Mon Sep 17 00:00:00 2001 From: Daniel Lorch Date: Fri, 2 May 2025 00:53:47 +0200 Subject: [PATCH] Remove comment --- ui/src/keyboardMappings.ts | 1 - 1 file changed, 1 deletion(-) 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 },