Many thanks for developing IrfanView throughout the years !
My favourite viewer since 2004 and I became an early donor.
From Irfanview 4.54 on Thumbnails Folder Pane loses focus from folder pane after caching of thumbnails has finished,
instead moves focus to first picture.
This breaks my AutoHotkey script which allowed me to step through folders using up/down arrow.
4.56 has the same behaviour, 4.52 kept focus on the selected folder.
Is there a way to have the 4.52 behaviour back ?
My favourite viewer since 2004 and I became an early donor.
From Irfanview 4.54 on Thumbnails Folder Pane loses focus from folder pane after caching of thumbnails has finished,
instead moves focus to first picture.
This breaks my AutoHotkey script which allowed me to step through folders using up/down arrow.
Code:
SetKeyDelay, 0, 0 Down:: Send {Down} Send {Alt} Send o Send u return Up:: Send {Up} Send {Alt} Send o Send u return
Is there a way to have the 4.52 behaviour back ?
Comment