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 = {
|
||||
undefined: ['Tab'],
|
||||
'Control': ['C', 'A', 'V'],
|
||||
'Meta': ['C', 'A', 'V'],
|
||||
'Control': ['C', 'A', 'Z', 'Y', 'X', 'F'],
|
||||
'Meta': ['C', 'A', 'Z', 'Y', 'X', 'F'],
|
||||
'OS': [],
|
||||
'Alt': [],
|
||||
'Shift': []
|
||||
|
Loading…
Reference in New Issue
Block a user