How to select different items by a button with no select dialog?

I would like to move around some files and folders by one mouse click, being items in a larger directory.

I have tried different things, none of them worked. Best result was to have separate lines, like Select History, but it wouldn't select the folder (Session Storage), and i also had the dialog popping up.

Select=(History|history-journal|Session Storage) also didn't work, neither a filter with name=History etc.

Select "(History|history-journal|Session Storage)"
1 Like

Thanks once again, lxp! So we need some quotes around the brackets. I didn't see that in the help file. But now i can build the buttons. :beers:

Yes, because of the space in Session Storage.

Oh, ok, i see. So it applies even to spaces within brackets. Good to know. Thanks!