Compare commits

..

1 Commits

Author SHA1 Message Date
Daniel Lorch 291ad25485
Merge 2a9622b457 into d79f359c43 2025-05-01 09:08:53 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ 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 },