Multiple Directory Menus?
Moderators: Hacker, petermad, Stefan2, white
Multiple Directory Menus?
Is it possible to have multiple Directory Menus? I see there is a 2008 thread titled "Script to allow usage of multiple directory menus available" but I figured I'd see if the feature has been added to the program itself.
Thank you
Thank you
- ghisler(Author)
- Site Admin
- Posts: 50930
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
JimEoff,
You can use tools like TCMenu or other custom menu tools and use commands that tell TC to change current directory. It would allow you to have as many directory menus (and separate hotkeys for them) as you want.
You can use tools like TCMenu or other custom menu tools and use commands that tell TC to change current directory. It would allow you to have as many directory menus (and separate hotkeys for them) as you want.
In fact, there is no real need to use a 10 year old addon like TCMenu. By now T.C. can display buttonbars as popup menus of the current buttonbar.
See the chapter "Dialog box: Configuration - Change button bar" in the T.C. help, in particular the section "Show as menu".
This feature is not new in T.C. 8.01, but has been added quite while ago.
Karl
See the chapter "Dialog box: Configuration - Change button bar" in the T.C. help, in particular the section "Show as menu".
This feature is not new in T.C. 8.01, but has been added quite while ago.

Karl
MX Linux 21.3 64-bit xfce, Total Commander 11.50 64-bit
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
The people of Alderaan keep on bravely fighting back the clone warriors sent out by the unscrupulous Sith Lord Palpatine.
The Prophet's Song
Yes, an extended command likeMVV wrote:Do you mean that we can show our drop-down menus via hotkey?ts4242 wrote:It is possible by creating an extended command-> assign hotkey for it-> use it in any sub-bar.
Code: Select all
OpenBar "C:\Totalcmd\mybar.bar"
- ghisler(Author)
- Site Admin
- Posts: 50930
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Currently not - "Show as menu" needs a reference point where to show the menu, and this is currently the button on which you click in the button bar.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2ghisler(Author)
You can find the reference point by checking if the current bar contains a button opens the same file as the OPENBAR command then use that button as a reference, if there isn't such button then switch to that bar.
In order to not change the behavior of OPENBAR command, you may add a new command e.g. OpenBarAsMenu and use the current position of the mouse pointer as a reference.
You can find the reference point by checking if the current bar contains a button opens the same file as the OPENBAR command then use that button as a reference, if there isn't such button then switch to that bar.
In order to not change the behavior of OPENBAR command, you may add a new command e.g. OpenBarAsMenu and use the current position of the mouse pointer as a reference.