mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -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);
|
setloop(1);
|
||||||
else if (k == "BracketRight")
|
else if (k == "BracketRight")
|
||||||
setloop(2);
|
setloop(2);
|
||||||
else if (e.shiftKey)
|
else if (e.shiftKey && k != 'KeyR')
|
||||||
return;
|
return;
|
||||||
else if (k == "ArrowLeft" || k == "KeyJ")
|
else if (k == "ArrowLeft" || k == "KeyJ")
|
||||||
showPreviousImage();
|
showPreviousImage();
|
||||||
|
|
Loading…
Reference in a new issue