button bar and menu items
Moderators: Hacker, petermad, Stefan2, white
button bar and menu items
i only use about 3 buttons from the button bar - everything else i need i use the drop downs from the menu items
is there any way to have the button bar and menu items on the same line - would just look neater
is there any way to have the button bar and menu items on the same line - would just look neater
Re: button bar and menu items
Hello, adacom.

Karl
The answer is twice: no. No, there is no way. And no, it would not look better.is there any way to have the button bar and menu items on the same line - would just look neater

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
Hi, adacom.
The button bar here holds 33 buttons. So there is not much space left on this line for any menu items.
Yet, mixing the menu line and the buttonbar is not feasible anyway, at least not currently.
Karl
The button bar here holds 33 buttons. So there is not much space left on this line for any menu items.

Yet, mixing the menu line and the buttonbar is not feasible anyway, at least not currently.
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
You definitely need more buttons and Petermad's Extended Menus in order to fill the empty spaces. 

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
1 use 5 butonBar ...
As said by Lefteous, you can mimic almost all the menu using bars and you can have exactly what you want (But you will have to spend a bunch of time to build it).
You can also have a butons that show and hide the menu using TCFS2 and TCFS2Tools.
You can also have a butons that show and hide the menu using TCFS2 and TCFS2Tools.
thanks for that - i have been playing and can see more use to the buttons than i thought - so a question or two about them
some have a shortcut key press assigned others do not - is it possible to assign shortcuts to them - that would give the best of both worlds then - mouse click or keyboard shortcut
and a specific question about one button
copy - if i copy a file or files from one window to the other by drag and drop it simply happens - no extra windows to confirm it
if i have a copy button and highlight a file and press the copy button i get a confirmation window - i have checked options and cannot find anything to turn that window off and just make copy like drag and drop
some have a shortcut key press assigned others do not - is it possible to assign shortcuts to them - that would give the best of both worlds then - mouse click or keyboard shortcut
and a specific question about one button
copy - if i copy a file or files from one window to the other by drag and drop it simply happens - no extra windows to confirm it
if i have a copy button and highlight a file and press the copy button i get a confirmation window - i have checked options and cannot find anything to turn that window off and just make copy like drag and drop
adacom, you may add your buttons as a menu buttons at the right window side, they won't have icons but will have text, just add some lines to your MNU file, e.g.:
In my case I have 5 extra "buttons" on the menu bar after Help submenu.
Code: Select all
MENUITEM " || ", em_SepMove
MENUITEM " F ", em_SwitchFullscreen
MENUITEM " T ", em_SwitchTitle
MENUITEM " M ", em_MoveWindow
MENUITEM " @ ", em_MyWindowPos
2adacom
If you want to make shortcuts for external programs, you should make a user command (em_command) for the program - Run cm_CommandBrowser from the commandline and then scroll down to usercmd.ini - here you can make your own commands.
Once you have done that, you can use your em_command in the Command field of a button, and you can assign a shortcut to the em_command by Configuration -> Options... > Misc. -> Redifine hotkeys.
Apart form the Button bar and Keyboard shortcuts, you can also use em_commands in the Start menu, the Main menu, in Alias'es and in the Directory hotlist (Ctrl+D) - so em_commands are very versatile.
If you choose to make your own Main Menu, a special usercmd.ini file is provided for that menu - it has the same name as the menu file - there will also be such a file if you are using TC with another language/menu file than the default English.
This whole system can be quite powerfull - to get inspired as to what you can do, you could try out one of my Extended menus as suggested by karlchen - see more on http://www.ghisler.ch/board/viewtopic.php?t=33740 and http://www.ghisler.ch/board/viewtopic.php?t=21844
You cannot assign a keyboard shortcut directly to a button - those huttons of yours that have shortcuts most likely have internal commands (cm_comand) in their Command field.some have a shortcut key press assigned others do not - is it possible to assign shortcuts to them - that would give the best of both worlds then - mouse click or keyboard shortcut
If you want to make shortcuts for external programs, you should make a user command (em_command) for the program - Run cm_CommandBrowser from the commandline and then scroll down to usercmd.ini - here you can make your own commands.
Once you have done that, you can use your em_command in the Command field of a button, and you can assign a shortcut to the em_command by Configuration -> Options... > Misc. -> Redifine hotkeys.
Apart form the Button bar and Keyboard shortcuts, you can also use em_commands in the Start menu, the Main menu, in Alias'es and in the Directory hotlist (Ctrl+D) - so em_commands are very versatile.
If you choose to make your own Main Menu, a special usercmd.ini file is provided for that menu - it has the same name as the menu file - there will also be such a file if you are using TC with another language/menu file than the default English.
This whole system can be quite powerfull - to get inspired as to what you can do, you could try out one of my Extended menus as suggested by karlchen - see more on http://www.ghisler.ch/board/viewtopic.php?t=33740 and http://www.ghisler.ch/board/viewtopic.php?t=21844
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
thanks - i have always known TC is powerful - i have never got into it - i use it ever day and have done since i first purchased it and with a license number of 13821 that will tell you how long ago that was - but i was showing it to someone else and their questions started to tell me i was missing a lot - i have sorted out many of my questions but not all - hence the questions
the help here is excellent - thanks to all who have taken the time to reply
the help here is excellent - thanks to all who have taken the time to reply