Please add the button "Switch between pannels"
Sometime i am oppening it in wrong side, it would be nice to have the quick switch
Feature: Switch between pannels
Moderators: Hacker, petermad, Stefan2, white
Re: Feature: Switch between pannels
You can make such a button yourself with cm_Exchange command.
Look at TOTALCMD.INC ->
Look at TOTALCMD.INC ->
P.S. or just copy and paste code on empty space on your toolbarcm_Exchange=531;Swap panels
Code: Select all
TOTALCMD#BAR#DATA
cm_Exchange
wcmicons.dll,37
0
531
Re: Feature: Switch between pannels
The fastest way is the Tab key! 
If you use mouse, you can just click a panel header or anywhere within a panel.
So I don't think that a small button will be easier to use, but Gral has already said how to add it.

If you use mouse, you can just click a panel header or anywhere within a panel.
So I don't think that a small button will be easier to use, but Gral has already said how to add it.
Re: Feature: Switch between pannels
My first thought was exactly the same
But then I realized that is probably about something else...
P.S. So if i'm wrong - focus on other panel - move cursor only, not panel - can be realized by such a button
(if someone prefers a button over keyboard)

But then I realized that is probably about something else...
P.S. So if i'm wrong - focus on other panel - move cursor only, not panel - can be realized by such a button
(if someone prefers a button over keyboard)
Code: Select all
TOTALCMD#BAR#DATA
cm_FocusTrg
wcmicons.dll
0
4006
Re: Feature: Switch between pannels
To move the focus from one panel to the other you can use the keyboard shortcuts Tab or Crtl+I or the command cm_FocusTrg
To swap the content of the two panels you can use the keyboard shortcut Ctrl+U or the command cm_Exchange
To swap the content of the two panels including tabs you can use the keyboard shortcut Ctrl+Shift+U or the command cm_ExchangeWithTabs
You can use the cm_commands in Buttons in the buttonbar, In the Directory Hotlist, in the Start Menu or the Main Menu. Furthermore em_commands can be used For Remapping keyboard shortcuts and when entering or leaving View modes.
To swap the content of the two panels you can use the keyboard shortcut Ctrl+U or the command cm_Exchange
To swap the content of the two panels including tabs you can use the keyboard shortcut Ctrl+Shift+U or the command cm_ExchangeWithTabs
You can use the cm_commands in Buttons in the buttonbar, In the Directory Hotlist, in the Start Menu or the Main Menu. Furthermore em_commands can be used For Remapping keyboard shortcuts and when entering or leaving View modes.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar