When setting a tag on a file it will appear immediately. But when setting the same tag on a folder I have to refresh the lister before it visually shows up. (Evaluator columns, not the 'tags' column)
...
The @keydown is different between files and folders.
When selecting based on a tag, it will deselect if working with files but not with folders. It will deselect when selecting both, but not with the type=dirs.
Example:
@keydown:none
Select DESELECTNOMATCH FILTERDEF tags match BUSN
@keydown:ctrl
Select DESELECTNOMATCH TYPE=dirs FILTERDEF tags match BUSN
@keydown:shift
Select DESELECTNOMATCH TYPE=files FILTERDEF tags match BUSN
So if I am holding nothing down for both it works.
If I'm holding Shift for files only it works.
If I'm holding Ctrl for folders only it won't deselect my current selection.