What panel or region need select [click] for activate panel Files and save selection of files?

  1. select [click] file in panel Files-and-folders.

Selection of files in panel Files -- is active.
Selection of folder in panel FolderTree -- is unactive.

All operations (copy, delete) applicable for selection in panel Files.

  1. select [click] folder in panel FolderTree.

Selection of files in panel Files -- is unactive.
Selection of folder in panel FolderTree -- is active.

All operations (copy, delete) applicable for selection in panel FolderTree.

  1. If i select [click] panel Files, selection of files, will hide.

Question:
What panel or region need select [click] for activate panel Files and save selection of files?
For do some operation with selected files in panel Files?

Some test:
I can it do, if [click] on scrollbar on panel Files.
But, some times, if application window is big and list of short, scrollbar doesnt exists.

20260531-144130

Pushing the Tab key is one option, if there's no scrollbar to click on.

If you need something to click on without using the keyboard or losing the selection, you could create a button which runs:

Set FOCUS=Source

can i do it, when click on Folder Tab header?

That won't currently change where focus is. Maybe we can make it in the future.

If you hold the Ctrl key down when you click the file display background to activate it, it won't deselect any already-selected files.

In 13.23.5 we made a couple of changes to make it easier to give focus back to the source file display using the mouse without losing the selection:

  • Added Preferences / File Displays / Mouse / Allow file selection when clicking to give focus option. If turned off, clicking a file display that doesn't have input focus won't select/deselect files - instead, it will only gain the focus, and you'll need to click again to change file selections.

  • Clicking the current source tab, or the background of the tab bar of the source file display, now gives input focus to the file display if it didn't already have it. Previously the file display would only get focus if it was the destination and the click switched it to the source.

Also (annoying) if mouse wheel is touched when moving over a destination, it becomes the source (without any clicking involved)

That should only happen if you've turned on:

Preferences / File Displays / Mouse / Mouse wheel to switch source/destination state.

It's off by default.

Thanks - fixed now :slight_smile: