mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
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 a new issue