Files in Quick Access menu list won't usually open

This is probably going to be a problem with WIndows ...

I have a floating toolbar with a menu that contains the Windows Quick Access/Home list. The button that generates the menu has the following function:

Go /quickaccess FOLDERCONTENT=sortext,useshell USEQUALKEYS

Folders in the list open without any problem.

But files don't usually open. If a lister is open, images will open in the internal viewer, but nothing else.

I'd like to be able to open files from this list. Is this a bug that can be fixed, or is there a workaround?

Thanks

You can embed a command, e.g.

Go /quickaccess FOLDERCONTENT=sortext,useshell USEQUALKEYS
[FileType ACTION=open]
1 Like

That does it. Thanks a lot.