Fix keyboard shortcuts
This commit is contained in:
parent
3eca178df5
commit
7714adb843
@ -17,7 +17,7 @@ class ActionHandler {
|
|||||||
|
|
||||||
|
|
||||||
inputs: string[] = ['input', 'select', 'button', 'textarea'];
|
inputs: string[] = ['input', 'select', 'button', 'textarea'];
|
||||||
keyboardLocalDisabled: boolean = true;
|
keyboardLocalDisabled: boolean = false;
|
||||||
|
|
||||||
keyUpActions: any[] = [];
|
keyUpActions: any[] = [];
|
||||||
keyDownActions: any[] = [];
|
keyDownActions: any[] = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user