Can I somehow do that instead of right clicking on an item,then navigate to a sub menu and select the folder
For example I enabled the temporary ommit feature and press a hotkey on a file(not a folder)and I want to ommit all files from that folder
Hotkey or SendMessage to trigger ommit a folder
Re: Hotkey or SendMessage to trigger ommit a folder
UI_ID_RESULT_LIST_PARENT_FOLDER_OMIT (42376)
-or-
As a search command which can be called from a bookmark with a keybind:
SendMessage(everything_hwnd,WM_COMMAND,MAKEWPARAM(42376,0),0)-or-
As a search command which can be called from a bookmark with a keybind:
/command 42376Re: Hotkey or SendMessage to trigger ommit a folder
I guess I miss that one,thanks
I was looking at that post
I was looking at that post