allow regular hotkeys during file selection
This commit is contained in:
parent
0ace22fffe
commit
070d4b9da9
@ -2049,7 +2049,7 @@ document.onkeydown = function (e) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (aet && aet != 'a')
|
if (aet && aet != 'a' && aet != 'tr')
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (ctrl(e)) {
|
if (ctrl(e)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user