mirror of
https://github.com/9001/copyparty.git
synced 2026-03-23 00:23:47 +10:00
allow regular hotkeys during file selection
This commit is contained in:
@@ -2049,7 +2049,7 @@ document.onkeydown = function (e) {
|
||||
}
|
||||
}
|
||||
|
||||
if (aet && aet != 'a')
|
||||
if (aet && aet != 'a' && aet != 'tr')
|
||||
return;
|
||||
|
||||
if (ctrl(e)) {
|
||||
|
||||
Reference in New Issue
Block a user