/custom_verb01=explore and pressing its hotkey on a folder opens explorer,
but /explore_command2=$explore("%1"), /show_explore=1, and pressing the hotkey on a folder does not work.
explore verb does not work for context menu command
Re: explore verb does not work for context menu command
Custom verbs and explore are two different features.
Please ignore custom verbs and try setting a hotkey to File | Explore under Tools -> Options -> Keyboard.
Please ignore custom verbs and try setting a hotkey to File | Explore under Tools -> Options -> Keyboard.
Re: explore verb does not work for context menu command
I set separate hotkeys (File | Custom Verb 1 and File | Explore) and tested both. How do they differ?
Re: explore verb does not work for context menu command
File | Custom Verb 1
Executes your item with the verb set to value from custom_verb01
File | Explore
Executes your item with the command from explore_command2
(This might not use the explore verb)
Executes your item with the verb set to value from custom_verb01
File | Explore
Executes your item with the command from explore_command2
(This might not use the explore verb)
Re: explore verb does not work for context menu command
So.. /custom_verb01=explore and /explore_command2=$explore("%1") are different actions although they spelled the same 'explore''?
Re: explore verb does not work for context menu command
Yes, different actions.
Re: explore verb does not work for context menu command
custom_verb entries address the Windows context menu entries.
explore_command creates an Everything-specific context menu entry.
explore_command creates an Everything-specific context menu entry.