unsable code rework, doesnt run

This commit is contained in:
2026-02-23 17:15:28 +01:00
parent 1faab39849
commit 9ac27f5fbd
19 changed files with 287 additions and 189 deletions

View File

@@ -0,0 +1,4 @@
export interface KeyStroke {
keys: KeyboardEvent[];
}