Page 1 of 1
Not to select any items by default (automatically)
Posted: 19 Jul 2016 06:36
by AugerJ
Hello.
I'm using XYplorer 14.60.0100 (because it's not flat yet).
When opening a folder, XYplorer automatically selects one of it's items.
How can I stop it from doing this?
I don't want it to select anything by itself (or by default).
P. S.
It's not about the last used subfolder.
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 07:18
by highend
Removing any selection is easy but I can't unfocus an item (which is possible when ::sel; is executed from the address bar...)
Code: Select all
<path to xyplorer.exe> /script="::sel;"
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 09:31
by AugerJ
highend wrote:Removing any selection is easy but I can't unfocus an item (which is possible when ::sel; is executed from the address bar...)
I put
::sel;
in the address bar, press Enter — and nothing happens. And there's no Quick Scripting to enable in Preferences, just Scripting (enabled).
Code: Select all
<path to xyplorer.exe> /script="::sel;"
Scripting - Try Script
C:\Program Files (x86)\XYplorer\XYplorer.exe /script="::sel;"
Error:
Overflow 0\0
Where did I go wrong?
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 09:42
by highend
I put
::sel;
in the address bar, press Enter — and nothing happens. And there's no Quick Scripting to enable in Preferences, just Scripting (enabled).
You did select at least one file before (so it was highlighted)?
C:\Program Files (x86)\XYplorer\XYplorer.exe /script="::sel;"
This is not executed in XYplorer as a script^^
This is how XY should be started
E.g.:
- Exit XY
- Open a command prompt
Code: Select all
"C:\Program Files (x86)\XYplorer\XYplorer.exe" /script="::sel;"
Or create a link (.lnk) file to your XYplorer.exe, right click that, "Properties"
and put the whole thing into the "Target" line.
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 10:00
by AugerJ
Thanks. I guess I didn't make myself clear.
I open (or start or run) XYplorer.
Then, within it, I open a folder or a drive — and XYplorer automatically selects one of the files or subfolders.
What I want is that I open a folder (from within XYplorer) — and everything is unselected.
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 10:10
by highend
Does it help if you uncheck:
Menu - Tools - Configuration... - General - Tree and List - [ ] Select last used subfolder?
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 10:39
by AugerJ
It doesn't.
I assigned a couple of shortcuts on
Edit - Select - Deselect All
I think I'll get used to this 'workaround'.
Thanks anyway.
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 10:42
by highend
Interesting. In a fresh installation of that version and with that setting unchecked there isn't any file / folder preselected (and therefore highlighted).
The only thing that happens is that the first item in the list for each folder is focused...
Re: Not to select any items by default (automatically)
Posted: 19 Jul 2016 11:52
by AugerJ
Ok, I guess, I found it )
Details view.
One click on the icon goes for double click on the name.
When I don't click on the folder icon, then nothing is selected in that folder when it's opened.
So, the way is — double (or middle) click )