🔽 parse-keypress.ts

This commit is contained in:
nirholas
2026-03-31 10:23:40 +00:00
parent 724446a086
commit 1cbce2664d

View File

@@ -799,3 +799,4 @@ function createNavKey(s: string, name: string, ctrl: boolean): ParsedKey {
isPasted: false,
}
}