Prev / Next while using a slideshow with random selection
Posted: Tue Sep 24, 2024 2:49 pm
Reproduce:
- Windows 11
- 1.8.0 x64
- NTFS HDD partition
- Have multiple directories merged into a slideshow
- Order the slideshow by any criteria (like "Modified Date")
- Slideshow options:
About 3000 files.
While using the slideshow:
- Space (pause) >> pauses. OK.
- Previous key tap ONCE AT A TIME (set to "Previous file") >> shows previous file (ordered by modified date). OK.
- Next key tap ONCE AT A TIME >> same, the other way. OK.
- KEEP previous key PRESSED >> picks a random element from the slideshow, instead of chaining previous/next file.
- KEEP next key PRESSED >> same bug, the other way around.
Expected behaviour: keep using userland preferences, at least the same behaviour from the same action/key.
- Windows 11
- 1.8.0 x64
- NTFS HDD partition
- Have multiple directories merged into a slideshow
- Order the slideshow by any criteria (like "Modified Date")
- Slideshow options:
Code: Select all
# Slide Show Sequence v2
UseTimer = 1
Timer = 1.25
Loop = 1
FullScreen = 1
WinWidth = 640
WinHeight = 481
Stretch = 1
RandomOrder = 1
ShowInfo = 0
Info = {Filename}
TitleBar = 0
OnTop = 1
CursorAutoHide = 1
BackgroundColor = 0 0 0 255
TextColor = 255 255 255 255
UseTextBackColor = 0
TextPosition = 0
TextBackColor = 128 128 128 255
Opacity = 100
Font = MS Shell Dlg 2,8,-1,5,50,0,0,0,0,0
EffectDuration = 250
While using the slideshow:
- Space (pause) >> pauses. OK.
- Previous key tap ONCE AT A TIME (set to "Previous file") >> shows previous file (ordered by modified date). OK.
- Next key tap ONCE AT A TIME >> same, the other way. OK.
- KEEP previous key PRESSED >> picks a random element from the slideshow, instead of chaining previous/next file.

- KEEP next key PRESSED >> same bug, the other way around.

Expected behaviour: keep using userland preferences, at least the same behaviour from the same action/key.