mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
fix thumbnail-zoom hotkeys
This commit is contained in:
parent
ed48c2d0ed
commit
1b14eb7959
|
@ -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();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue