fix: disallow null inputs when editing

feat: allow special inputs while creating a chord input
fixes #93
This commit is contained in:
2024-01-30 19:49:10 +01:00
parent 44d89d3f35
commit 6ab6959129
6 changed files with 17 additions and 17 deletions

View File

@@ -33,7 +33,3 @@ export const KEYMAP_IDS: Map<string, KeyInfo> = new Map(
),
).filter(([id]) => id !== undefined),
)
export const specialKeycodes = new Map([
[" ", 32], // Space
])