Feature: Switch between pannels

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
baramburum
Junior Member
Junior Member
Posts: 2
Joined: 2021-09-23, 17:05 UTC

Feature: Switch between pannels

Post by *baramburum »

Please add the button "Switch between pannels"

Sometime i am oppening it in wrong side, it would be nice to have the quick switch
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: Feature: Switch between pannels

Post by *Gral »

You can make such a button yourself with cm_Exchange command.
Look at TOTALCMD.INC ->
cm_Exchange=531;Swap panels
P.S. or just copy and paste code on empty space on your toolbar

Code: Select all

TOTALCMD#BAR#DATA
cm_Exchange

wcmicons.dll,37


0
531
User avatar
MVV
Power Member
Power Member
Posts: 8702
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Re: Feature: Switch between pannels

Post by *MVV »

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.
User avatar
Gral
Power Member
Power Member
Posts: 1460
Joined: 2005-01-26, 15:12 UTC

Re: Feature: Switch between pannels

Post by *Gral »

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)

Code: Select all

TOTALCMD#BAR#DATA
cm_FocusTrg

wcmicons.dll


0
4006
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: Feature: Switch between pannels

Post by *petermad »

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.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply