Scroll through Previews

Features wanted...
admin
Site Admin
Posts: 66070
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: Scroll through Previews

Post by admin »

Make it bigger and your problems will get smaller.

noembryo
Posts: 231
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

Re: Scroll through Previews

Post by noembryo »

admin wrote: ↑10 Apr 2026 21:48 Make it bigger and your problems will get smaller.
:) Unfortunately, it's already as big as the height of my screen (portrait images), so, no luck there.. :?
Check my free programs here..

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Scroll through Previews

Post by jupe »

noembryo wrote: ↑10 Apr 2026 12:03
jupe wrote: ↑10 Apr 2026 02:34 Alternatively you could make FP load on DblClick/middle click or similar too.
I couldn't find a place that could assign a combination to the mouse click (with a little search I did).
Is there a way to open FP with ctr+right click, or right double click, or something in that line of thought?
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.

noembryo
Posts: 231
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

Re: Scroll through Previews

Post by noembryo »

jupe wrote: ↑10 Apr 2026 22:19 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.
Well, I'm grasping at straws here.
What I really wanted is for the mouse wheel to scroll through the files in MDBU.
But since I can't have this, I'm searching for anything that works, but until now nothing does.
The ctrl+right click was just a way to not let the mouse to press a button.
Sure I can change it to A or Z or Q, to use my right hand, but already is not better than double clicking to open Irfan View.
The only thing that Irfan view can't do is to scroll through the images in the way that they are currently sorted.
This is why I use F11 some times.
The 2 mouse actions I previously mentioned can easily be set though.
I couldn't find a way to open FP with middle click on the thumbnail.
The right click is used for the MDBU, and the middle click on file I have already assigned to something else..

Anyway, as I said, it's not a big deal.
No reason to loose time over it.
Thanks..πŸ™
Check my free programs here..

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Scroll through Previews

Post by jupe »

noembryo wrote: ↑10 Apr 2026 22:52 I couldn't find a way to open FP with middle click on the thumbnail.
The right click is used for the MDBU, and the middle click on file I have already assigned to something else..
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>;
 }
Configuration | General | Custom Event Actions >> Clicking on Items > Middle-click on file

noembryo
Posts: 231
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

Re: Scroll through Previews

Post by noembryo »

jupe wrote: ↑10 Apr 2026 23:13 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
Thank you, it did work, but I lost the previous action on details view, to select in new tab.
I couldn't find an action that does this, to add it as default action to your code.
Any other way to accomplish this ?
Check my free programs here..

jupe
Posts: 3446
Joined: 20 Oct 2017 21:14
Location: Win10 22H2 120dpi

Re: Scroll through Previews

Post by jupe »

Yeah, I didn't know what your default action was since you never mentioned it til now, so you'd just adjust it as such:
change the default action to #1007

noembryo
Posts: 231
Joined: 13 Apr 2022 21:40
Location: Windows 10 @100%
Contact:

Re: Scroll through Previews

Post by noembryo »

jupe wrote: ↑10 Apr 2026 23:50 Yeah, I didn't know what your default action was since you never mentioned it til now, so you'd just adjust it as such:
Yes! :appl:
I was trying to find it by searching with "select" as a keyword, and of course failing..
Thank you again for the help.. :tup:
Check my free programs here..

Post Reply