fix(core): update

This commit is contained in:
Philipp Kunz 2022-04-21 23:53:02 +02:00
parent d776843494
commit 653a4138a9

View File

@ -128,8 +128,6 @@ export enum Key {
Quote = 222,
}
type KeyCombo = Array<Key>;
export class Keyboard {
private mapCombosToHandlers = new Map<number[], plugins.smartrx.rxjs.Subject<KeyboardEvent>>();
private pressedKeys = new Set<Key>();