Can we please get a hotkey option to toggle search everythings columns header at will, for both in details and thumbnail mode?
There are allot of times when it just makes no sense to be seeing the column header, for example:
Above I can tell what every column represents, the blue lines also indicate the current sort by column.
At work, am often stuck with my small surface pro screen. So am always trying to save screen, to fit more in at once.
Everything goes to great lenghts to accomodate this (Hiding title bar, status bar etc)
The columns header is one of those things I sometimes just want to hide. I a few of the programs I use let me do this. For example Foobar:
Can we please get an INI setting to set the ON or OFF visibility. So that this INI setting can be attached to a bookmark , so that when a macro like Music: is entered into the search bar, it will hide the column header if it was on.
A hotkey option would also be very usefull for those times you want to manually toggle the headers visibility, no matter its state.
Please Mr Void, Let us have this feature.
PS: I know that currently, its possible to hide the header in thumbnail mode but this is only through INI setting and only for thumbnails.
hotkey option to toggle columns header at will, for both details and thumbnail mode?
-
- Posts: 52
- Joined: Sun Apr 03, 2022 5:52 pm
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
Setting the header height to 1 pixel kind-of works:
/header_high=0
0 means use the system default height.
Use a height of -1 also kind-of works, but pushes the result list offscreen:
/header_high=-1
I have added to my TODO list to add an option to hide the headerbar.
Thank you for the suggestions.
- Copy and paste the following into your Everything search box:
/header_high=1 - Press ENTER in the Everything search box.
- If successful, header_high=1 is shown in the status bar for a few seconds.
/header_high=0
0 means use the system default height.
Use a height of -1 also kind-of works, but pushes the result list offscreen:
/header_high=-1
I have added to my TODO list to add an option to hide the headerbar.
Thank you for the suggestions.
-
- Posts: 52
- Joined: Sun Apr 03, 2022 5:52 pm
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
I tested your solution and it works, its just everything wont update the change until I close and reopen the window. is there a way to get every to redraw its window?
I am using everything 1.5 btw
Thanks for considering it and adding it to your list, I really appreciate it.
I am using everything 1.5 btw
Thanks for considering it and adding it to your list, I really appreciate it.
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
Currently, no, there's no way to make this a simple toggle without closing and re-opening the window.
-
- Posts: 52
- Joined: Sun Apr 03, 2022 5:52 pm
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
Still pretty cool, for now I will wrap an Autohotkey code around the INI setting. Thanks for helping me
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
One trick you could do now is:
From the Bookmark menu, click Add to bookmarks...
Change the Name to: Toggle Header
Change the Search to:
/header_high=!
/close
(Use Alt + Enter to add the second line)
Click OK.
When you activate this bookmark, it will toggle the header height between 0 and 1 and close the current window.
From the Bookmark menu, click Add to bookmarks...
Change the Name to: Toggle Header
Change the Search to:
/header_high=!
/close
(Use Alt + Enter to add the second line)
Click OK.
When you activate this bookmark, it will toggle the header height between 0 and 1 and close the current window.
-
- Posts: 52
- Joined: Sun Apr 03, 2022 5:52 pm
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
I installed the new updates and can now just use these:void wrote: ↑Thu Sep 01, 2022 2:38 am One trick you could do now is:
From the Bookmark menu, click Add to bookmarks...
Change the Name to: Toggle Header
Change the Search to:
/header_high=!
/close
(Use Alt + Enter to add the second line)
Click OK.
When you activate this bookmark, it will toggle the header height between 0 and 1 and close the current window.
/toggle-header
/show-header
/hide-header
Pretty neat. I also noticed you introduced a new hotkey entry in the hotkey editing tab of prefferences.
But Its not working at all when triggered. I tried a few different hotkeys. All that happens is the header flickers and that null error windows sound gets triggered.
My ini is set to show default header size.
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
Thanks for your reply hellen_dorandt89,
The keyboard command is currently broken and will be fixed in the next alpha update.
The keyboard command is currently broken and will be fixed in the next alpha update.
-
- Posts: 52
- Joined: Sun Apr 03, 2022 5:52 pm
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
Excellent. Looking forward it!
Re: hotkey option to toggle columns header at will, for both details and thumbnail mode?
Everything 1.5.0.1319a adds a keyboard command to toggle the result list header.
To create a keyboard shortcut to toggle the result list header:
Everything 1.5.0.1319a adds the following search commands:
/toggle-header
/show-header
/hide-header
Everything 1.5.0.1319a adds header to the layout:, add-layout: and remove-layout: search functions.
To create a keyboard shortcut to toggle the result list header:
- In Everything, from the Tools menu, click Options.
- Click the Keyboard tab on the left.
- To the right of Show commands containing, search for:
header - Select View | Header.
- Click Add....
- Press a new keyboard shortcut and click OK.
- Click OK.
Everything 1.5.0.1319a adds the following search commands:
/toggle-header
/show-header
/hide-header
Everything 1.5.0.1319a adds header to the layout:, add-layout: and remove-layout: search functions.