Compare commits

...

2 Commits

Author SHA1 Message Date
Daniel Lorch c525fa1841
Merge 0c7d5aae4c into d79f359c43 2025-05-01 22:53:53 +00:00
Daniel Lorch 0c7d5aae4c Remove comment 2025-05-02 00:53:47 +02:00
1 changed files with 0 additions and 1 deletions

View File

@ -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 },