/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
-
extratype
- Posts: 14
- Joined: Thu May 18, 2017 12:25 pm
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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.
-
extratype
- Posts: 14
- Joined: Thu May 18, 2017 12:25 pm
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?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
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)
-
extratype
- Posts: 14
- Joined: Thu May 18, 2017 12:25 pm
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''?
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: explore verb does not work for context menu command
Yes, different actions.
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
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.