[Solved] Disable focus rectangle in search list

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 253
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Disable focus rectangle in search list

Post by w64bit »

If you click on a file/folder and after that click on empty space, the file/folder is unselected but the focus rectangle remain.
Is there any setting to disable focus rectangle in search list when click on empty space?
Last edited by w64bit on Fri Jan 21, 2022 3:29 pm, edited 1 time in total.
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Disable focus rectangle in search list

Post by void »

To disable the focus rect entirely:
  • In Everything, type in the following search and press ENTER:
    /draw_focus_rect=0
  • If successful, draw_focus_rect=0 is shown in the statusbar for a few seconds.
w64bit
Posts: 253
Joined: Wed Jan 09, 2013 9:06 am

Re: Disable focus rectangle in search list

Post by w64bit »

Thank you.
In addition it disable mouse selection "rubber band".
void
Developer
Posts: 16672
Joined: Fri Oct 16, 2009 11:31 pm

Re: Disable focus rectangle in search list

Post by void »

Please try changing the selection rectangle type:
  • In Everything, from the Tools menu, click Options.
  • Click the View tab on the left.
  • Change Selection rectangle to: Translucent mask.
  • Click OK.
Everything will default to the XOR mask when the translucent mask color is the same as the selection color.

To change the translucent mask color:
  • In Everything, type in the following search and press ENTER:
    /translucent_selection_rectangle_background_color=#00f
    ---where 00f is the RGB color in hex.
  • type in the following search and press ENTER:
    /translucent_selection_rectangle_border_color=#00f
    ---where 00f is the RGB color in hex.


translucent_selection_rectangle_background_color
translucent_selection_rectangle_border_color
translucent_selection_rectangle_alpha
Post Reply