allow regular hotkeys during file selection

This commit is contained in:
ed 2021-07-26 22:50:58 +02:00
parent 0ace22fffe
commit 070d4b9da9

View file

@ -2049,7 +2049,7 @@ document.onkeydown = function (e) {
}
}
if (aet && aet != 'a')
if (aet && aet != 'a' && aet != 'tr')
return;
if (ctrl(e)) {