There's several issues with
Select DATE=next,newest DESELECTNOMATCH
Manual says it's supposed to "progressively select the next newest date" but it doesn't. When you add the deselect it breaks it and will now only select the last file. It's supposed to frog jump to the next matching item by itself, without any deselect involved. But it will only add to the selection.
I'm not seeing a "previous" anywhere. I tried replacing newest with oldest, to see if it will step backwards, but it doesn't.
If I want to add modifier ability it doesn't work.
I would want to hold control to go to the next folder only, shift for files, but that doesn't work.
Like my other buttons, this code would be ideal for a three button.
Left click would be previous, right click next. But I can't even get it to work as the standard select newest or oldest.
So this doesn't work:
Select NONE
@keydown:none
Select MAKEVISIBLE=immediate FILTERDEF match DATE=newest
@keydown:ctrl
Select MAKEVISIBLE=immediate TYPE=dirs FILTERDEF match DATE=newest
@keydown:shift
Select MAKEVISIBLE=immediate TYPE=files FILTERDEF match DATE=newest
It would be sweet if we have a column sort going and be able to chronologically move up and down the files, using a button or even hotkeys.