fix(core): update

This commit is contained in:
Philipp Kunz 2022-04-21 19:16:06 +02:00
parent a5ff175913
commit 69e1b52e72

View File

@ -138,6 +138,8 @@ export class Keyboard {
this.startListening();
}
public keyEnum = Key;
public on(keys: Key[] | KeyCombo[]) {
const combos = this.toCombos(keys);
const subject = new plugins.smartrx.rxjs.Subject<KeyboardEvent>();