Re: Scroll through Previews
Posted: 10 Apr 2026 21:48
Make it bigger and your problems will get smaller.
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc2/
Ctrl+RClk you could with a little CEA script, but if you are happy using Ctrl on the keybd then you might as well just change F11 to like numpad 0 or some other easy key. The 2 mouse actions I previously mentioned can easily be set though.
Well, I'm grasping at straws here.
I couldn't find a way to open FP with middle click on the thumbnail.The 2 mouse actions I previously mentioned can easily be set though.
Via CEA run script you make middle click do 2 different things, eg if you are in Thumbnail mode open F11, else do other action, a basic example could be something like this:
Code: Select all
switch(view()) {
case 4:
case 5:
case 6: #178; break;
default: echo <selitem>;
}
Thank you, it did work, but I lost the previous action on details view, to select in new tab.