Shortcut that opens everything to top most explorer window
Shortcut that opens everything to top most explorer window
Hi! I have a suggestion. I often find myself in the need to filter only in a specific folder for some files that are extremely common on the system. There is the explorer context menu "Search Everything ..." that does that, however I tend to use the keyboard more than the mouse.
Could a keyboard shortcut be implemented that when triggered looks for the topmost explorer window and if visible opens the Everything window to the extracted path? If there is any need I could help!
Thank you!
Could a keyboard shortcut be implemented that when triggered looks for the topmost explorer window and if visible opens the Everything window to the extracted path? If there is any need I could help!
Thank you!
Re: Shortcut that opens everything to top most explorer window
That option is already implemented
To activate it, type the following in the search bar and press ENTER
The result of that will be shown in the statusbar for a couple of seconds
That is the first part. To define a hotkey:
Instead of Show Window Hotkey, you can also use the other two. Hover the inputfieleds to get more explanation.
To activate it, type the following in the search bar and press ENTER
Code: Select all
/hotkey_explorer_path_search=1
Everything Help wrote: hotkey_explorer_path_search
Set the search to the current path in Windows Explorer when opening Everything from a hotkey.
Set to 1 to enable. Set to 0 to disable.
That is the first part. To define a hotkey:
- Go to Menu:Tools > Options > General > Keyboard
- In the Show Window Hotkey filed, type the desired keyboard shortcut (let's say SHIFT + ALT + SPACE)
- Click OK to save settings
- Done
Instead of Show Window Hotkey, you can also use the other two. Hover the inputfieleds to get more explanation.
Re: Shortcut that opens everything to top most explorer window
I feel like I should hide my head in the sand . Where can I find a list of implemented features ? I see that these are text options and don't appear in the GUI.
Re: Shortcut that opens everything to top most explorer window
No worries ... there are *a lot* of extra options that do not fit in the Options GUI.
They are specified in Everything.ini. Description of those entries can be found here.
But wait ... there's more!!
I assume you currently use Everything 1.4? The alpha version of Everything 1.5 is already available for testing (quite stable already, I must say).
And that version has even more options and settings. Lots more!
Tip: Don't hide your head in the sand. The view is terrible
They are specified in Everything.ini. Description of those entries can be found here.
But wait ... there's more!!
I assume you currently use Everything 1.4? The alpha version of Everything 1.5 is already available for testing (quite stable already, I must say).
And that version has even more options and settings. Lots more!
Tip: Don't hide your head in the sand. The view is terrible
Re: Shortcut that opens everything to top most explorer window
The /hotkey_explorer_path_search=1 setting should really become a GUI checkbox in the Options -> General -> Keyboard tab, at this point. It's very popular and people are always very excited when they discover it. I could not enjoy Everything without it if it were suddenly removed.
(I use the Pause key as my toggle hotkey, as it's right next to my mouse.)
(I use the Pause key as my toggle hotkey, as it's right next to my mouse.)
Re: Shortcut that opens everything to top most explorer window
I will trial making hotkey_explorer_path_search enabled by default.
Thanks for the suggestion.
hotkey_explorer_path_search
Everything 1.5 ini settings
Thanks for the suggestion.
hotkey_explorer_path_search
Everything 1.5 ini settings
Re: Shortcut that opens everything to top most explorer window
What are your thoughts on documentation, @void? Should Everything ship with a .chm file, like AutoHotkey, or are those things dead? Is there a good way to serve markdown files, or just include an .html and .md.txt file with the installer? pdf?
Re: Shortcut that opens everything to top most explorer window
The Everything.chm file is quite large (1.2MB).
To keep Everything slim I would like to use online help, with the option to download a chm/html/pdf file.
Everything 1.4 has a downloadable chm/html/pdf file:
chm offline help
html offline help
PDF offline help
The current plan is to do the same for Everything 1.5.
To keep Everything slim I would like to use online help, with the option to download a chm/html/pdf file.
Everything 1.4 has a downloadable chm/html/pdf file:
chm offline help
html offline help
PDF offline help
The current plan is to do the same for Everything 1.5.
Re: Shortcut that opens everything to top most explorer window
hotkey_explorer_path_search is now enabled by default in fresh installs of Everything 1.5.0.1301a.
I have also added support for the Open Filename and Save Filename dialogs.
I have also added support for the Open Filename and Save Filename dialogs.
Re: Shortcut that opens everything to top most explorer window
@horse.epp, enable /hotkey_explorer_path_search=1 and set a New/Show/Toggle Hotkey from Options -> General -> Keyboard. Use of the hotkey within Windows Explorer and Open/Save dialogs will beckon Everything to the dialog's current path.
Re: Shortcut that opens everything to top most explorer window
Thanks, that works but unfortunately only in Windows Explorer.
Also I'm searching for the other direction.
If in an Open/Save dialog there should be a hotkey which starts Everything
and changes the path in this dialogs to whatever I'm select in Everything.
I can do this already indirectly thru my file managers (Total Commander and XYplorer)
using the Quick Switch AHK tool from Notnul or my Listary installation.
Re: Shortcut that opens everything to top most explorer window
For me, it does this as of last night's 1301 alpha release. Have you updated? Is your AHK script interfering?
The same hotkey that works in Windows Explorer also works in Open/Save dialogs. No additional hotkeys are needed.
If you want Everything send instructions *to* the Open/Save dialog, I'm not sure what that would look like, or what that would accomplish.
The same hotkey that works in Windows Explorer also works in Open/Save dialogs. No additional hotkeys are needed.
If you want Everything send instructions *to* the Open/Save dialog, I'm not sure what that would look like, or what that would accomplish.
Re: Shortcut that opens everything to top most explorer window
I have updated of courseraccoon wrote: ↑Tue Feb 22, 2022 3:33 pm For me, it does this as of last night's 1301 alpha release. Have you updated? Is your AHK script interfering?
The same hotkey that works in Windows Explorer also works in Open/Save dialogs. No additional hotkeys are needed.
If you want Everything send instructions *to* the Open/Save dialog, I'm not sure what that would look like, or what that would accomplish.
What I want is that Everything should change the Location or file name fields in an Open/Save dialog.
There is no conflict with my scripts they are not running automatically.
While in a Explorer window the hotkey opens Everything with the path from Explorer.
Using this hotkey in any open/save dialog from an editor just opens a normal Everything windows
with nothing set from this current dialog.
Re: Shortcut that opens everything to top most explorer window
The current (intended) behavior is to navigate Everything to the Open/Save dialog path (this works for me in Windows 7), allowing you to type additional search keywords and sorting to locate a file or folder object of interest. Once located, select the object and select Copy Full Path to Clipboard. Paste the full path to the "File name:" field in the Open/Save dialog and hit Enter.
Maybe @void will streamline this process somehow, but I don't have ideas. Everything doesn't "know" that it was beckoned from an Explorer Window or Common Dialog.
Re: Shortcut that opens everything to top most explorer window
Are you disabling breadcrumbs? Everything is looking for this control to grab the current path for the common open/save dialogs.
I'll add some debug information to the next alpha update to working out where it's getting stuck..
I'll add some debug information to the next alpha update to working out where it's getting stuck..
Re: Shortcut that opens everything to top most explorer window
Everything 1.5.0.1302a adds debug information when pressing the hotkey from an open/save dialog.
What is shown in the debug logs when you press a hotkey from an open/save dialog:
What is shown in the debug logs when you press a hotkey from an open/save dialog:
- In Everything, from the Tools menu, under the Debug submenu, click Start Debug Logging.
- Fire up Notepad, and from the File menu, click Save As or Open.
- Press your Everything Hotkey.
- In Everything, from the Tools menu, under the Debug submenu, click Stop Debug Logging.
- This will open up your Everything debug log in Notepad.