Open Everything GUI results with TC LOADLIST

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
tuska
Power Member
Power Member
Posts: 4046
Joined: 2007-05-21, 12:17 UTC

Re: Open Everything GUI results with TC LOADLIST

Post by *tuska »

Very interesting how you solved that! :)
Очень интересно, как вы это решили!
User avatar
FredCailloux
Junior Member
Junior Member
Posts: 2
Joined: 2022-10-10, 19:55 UTC

Re: Open Everything GUI results with TC LOADLIST

Post by *FredCailloux »

I successfully implemented this Everything/Commander feature and it works great... but one issue occurred.
My shortcut for calling Everything is CTRL-9 ( using the numeric keyboard section )
As a convenient other shortcut I thought it would be nice to implement CTRL-8 as a shortcut to call the ExportEverythingWindow.exe compiled script.
For some reason Windows will allow it when using a Windows shortcut in the container folder but
although Applied and OKd without error, the shortcut will do absolutely nothing as if it didn't exist.

The Question: How can I implement CTRL-8 to launch ExportEverythingWindow.exe ?

Thanks
User avatar
tuska
Power Member
Power Member
Posts: 4046
Joined: 2007-05-21, 12:17 UTC

Re: Open Everything GUI results with TC LOADLIST

Post by *tuska »

Hi,
Ctrl+8 does not work on the numeric keypad but works if you press the number 8 in the row above the letters.

Example:
wincmd.ini
Section [Shortcuts] -> The section name must only appear once.

Code: Select all

C+8=em_ExportEverythingWindow
%COMMANDER_PATH%\usercmd.ini --> Adjust the path(!)...

Code: Select all

[em_ExportEverythingWindow.exe]
button=
cmd=Path\To\ExportEverythingWindow.exe
menu=Path\To\ExportEverythingWindow.exe
Post Reply