tweak ignored keys on search page
This commit is contained in:
parent
3a70346eb3
commit
fe8eb76928
@ -107,8 +107,8 @@ class DisplaySearch extends Display {
|
|||||||
|
|
||||||
const ignoreKeys = {
|
const ignoreKeys = {
|
||||||
undefined: ['Tab'],
|
undefined: ['Tab'],
|
||||||
'Control': ['C', 'A', 'V'],
|
'Control': ['C', 'A', 'Z', 'Y', 'X', 'F'],
|
||||||
'Meta': ['C', 'A', 'V'],
|
'Meta': ['C', 'A', 'Z', 'Y', 'X', 'F'],
|
||||||
'OS': [],
|
'OS': [],
|
||||||
'Alt': [],
|
'Alt': [],
|
||||||
'Shift': []
|
'Shift': []
|
||||||
|
Loading…
Reference in New Issue
Block a user