fix(core): update
This commit is contained in:
parent
a5ff175913
commit
69e1b52e72
@ -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>();
|
||||
|
Loading…
Reference in New Issue
Block a user