Shortcut for custom_open_command does not work

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Thy Grand Voidinesss
Posts: 687
Joined: Wed Jun 01, 2022 5:01 pm

Shortcut for custom_open_command does not work

Post by Thy Grand Voidinesss »

Under the

General > Context Menu > Open Path > Command

I have

Code: Select all

$exec("C:\my portables\FreeCommander\FreeCommander.exe" /T /R="%1")
at it works. But if I add the same command for e.g.

Tools > Options > Advanced > custom_open_command10

then it does not work, as well as just

Code: Select all

$exec("C:\my portables\FreeCommander\FreeCommander.exe" "%1")
Thy Grand Voidinesss
Posts: 687
Joined: Wed Jun 01, 2022 5:01 pm

Re: Shortcut for custom_open_command does not work

Post by Thy Grand Voidinesss »

As it turns out it was a case of having the same shortcut assigned to some Filter


But when I was adding it for the custom_open_command10 it was not shown to me in the box of

Tools > Options > General > Keyboard > Edit > Shortcut key currently used by

of it; as to which attest my point #3 in this topic viewtopic.php?t=13729 - i.e. I would had spotted this other assignment, especially as that Filter of mine has a visually profound name of
●●● f i l e s



So some glitch made my old shortcut not appear when I was adding it for the new feature of
viewtopic.php?t=13720
Post Reply