explore verb does not work for context menu command

Discussion related to "Everything" 1.5 Alpha.
Post Reply
extratype
Posts: 11
Joined: Thu May 18, 2017 12:25 pm

explore verb does not work for context menu command

Post by extratype »

/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.
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: explore verb does not work for context menu command

Post by void »

Custom verbs and explore are two different features.

Please ignore custom verbs and try setting a hotkey to File | Explore under Tools -> Options -> Keyboard.
extratype
Posts: 11
Joined: Thu May 18, 2017 12:25 pm

Re: explore verb does not work for context menu command

Post by extratype »

I set separate hotkeys (File | Custom Verb 1 and File | Explore) and tested both. How do they differ?
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: explore verb does not work for context menu command

Post by void »

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)
extratype
Posts: 11
Joined: Thu May 18, 2017 12:25 pm

Re: explore verb does not work for context menu command

Post by extratype »

So.. /custom_verb01=explore and /explore_command2=$explore("%1") are different actions although they spelled the same 'explore''?
void
Developer
Posts: 15675
Joined: Fri Oct 16, 2009 11:31 pm

Re: explore verb does not work for context menu command

Post by void »

Yes, different actions.
NotNull
Posts: 5334
Joined: Wed May 24, 2017 9:22 pm

Re: explore verb does not work for context menu command

Post by NotNull »

custom_verb entries address the Windows context menu entries.

explore_command creates an Everything-specific context menu entry.
Post Reply