Last item selected border

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
w64bit
Posts: 31
Joined: 15 Jan 2010 17:34

Last item selected border

Post by w64bit »

Click on a file in the list to select it. It is highlighted.
If you click on the list white background, the file is "unselected" (status bar confirm this) but a frame around the filename remain.
Is there any way to make the program to stop displaying it?

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: Last item selected border

Post by highend »

Configuration | Colors and Styles | Highlights & Dark Mode | Focus rectangle -> None
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

w64bit
Posts: 31
Joined: 15 Jan 2010 17:34

Re: Last item selected border

Post by w64bit »

Yesssss. Thank you.

w64bit
Posts: 31
Joined: 15 Jan 2010 17:34

Re: Last item selected border

Post by w64bit »

XY behavior:
1. select a file
2. click on empty space
3. press F2 > the previous selected file has it's name in editing mode.

How can I clear focus when click on empty space (like it is in File Explorer) so when I press F2 to do nothing?

highend
Posts: 13260
Joined: 06 Feb 2011 00:33

Re: Last item selected border

Post by highend »

You can't clear the focus. If you don't like the current behavior:

Create a user defined command from the category "Run Script"
with this:

Code: Select all

if (<get SelectedItemsNames>) { #172; }
and bind F2 to it...
One of my scripts helped you out? Please donate via Paypal or paypal_donate (at) stdmail (dot) de

Post Reply