mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
lightbox: fix ccw rotation hotkey
This commit is contained in:
parent
ae9cfea939
commit
9ba2dec9b2
|
@ -261,7 +261,7 @@ window.baguetteBox = (function () {
|
|||
setloop(1);
|
||||
else if (k == "BracketRight")
|
||||
setloop(2);
|
||||
else if (e.shiftKey)
|
||||
else if (e.shiftKey && k != 'KeyR')
|
||||
return;
|
||||
else if (k == "ArrowLeft" || k == "KeyJ")
|
||||
showPreviousImage();
|
||||
|
|
Loading…
Reference in a new issue