mirror of
https://github.com/9001/copyparty.git
synced 2026-03-23 00:23:47 +10:00
fix thumbnail-zoom hotkeys
This commit is contained in:
@@ -2700,10 +2700,10 @@ document.onkeydown = function (e) {
|
||||
return ebi('gridsel').click();
|
||||
|
||||
if (k == 'KeyA')
|
||||
return QSA('#ghead>a[z]')[0].click();
|
||||
return QSA('#ghead a[z]')[0].click();
|
||||
|
||||
if (k == 'KeyD')
|
||||
return QSA('#ghead>a[z]')[1].click();
|
||||
return QSA('#ghead a[z]')[1].click();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user