How: Copy tab to other panel and active it by shortcut?
Moderators: Hacker, petermad, Stefan2, white
How: Copy tab to other panel and active it by shortcut?
Hi, I what to use one shortcut to copy current tab (A1) to other pannel (A2), and active it (A2) on the top, but do not override the original tab (B).
A1(*) | B(*)
==>
A1(*) | B, A2(*)
I have tried:
1. Drag the tab A1 to other pannel(A2), or right click tab and select "copy tab to other panel", but I need active A2 manual and use mouse.
2. Use Ctrl + left/right, but A2 replace B.
What should I do?
A1(*) | B(*)
==>
A1(*) | B, A2(*)
I have tried:
1. Drag the tab A1 to other pannel(A2), or right click tab and select "copy tab to other panel", but I need active A2 manual and use mouse.
2. Use Ctrl + left/right, but A2 replace B.
What should I do?
Re: How: Copy tab to other panel and active it by shortcut?
Does it possible: combine some step to one shortcut? Just like microsoft power automate or ios shortcut.
1. Ctrl I: switch to other panel
2. Ctrl T: duplicate the active tab
3. Ctrl I: switch to original panel
4. Ctrl left/right: Open directory/archive and display it in the target window
1. Ctrl I: switch to other panel
2. Ctrl T: duplicate the active tab
3. Ctrl I: switch to original panel
4. Ctrl left/right: Open directory/archive and display it in the target window
Re: How: Copy tab to other panel and active it by shortcut?
VimWei,
Usually Ctrl-Shift-Up is used for that.
HTH
Roman
Usually Ctrl-Shift-Up is used for that.
HTH
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: How: Copy tab to other panel and active it by shortcut?
2VimWei
In my Extended Menus (see my signature) I use a function like this for that:
You can put this code in your usercomd.ini file and then assign a shortcut to the em_copytab command
You can leave out the last cm_FocusTrg if you want to stay in the original panel.
In my Extended Menus (see my signature) I use a function like this for that:
Code: Select all
[em_copytab]
cmd=cm_FocusTrg,cm_OpenNewTab,cm_FocusTrg,cm_MatchSrc,cm_FocusTrg
menu=Copy current folder tab to opposite panel
You can leave out the last cm_FocusTrg if you want to stay in the original panel.
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
Re: How: Copy tab to other panel and active it by shortcut?
This can copy tab to other panel, but not active it.
Re: How: Copy tab to other panel and active it by shortcut?
Cool! I add this to start menu, and assign a shortcut to this command. It work great! Thanks so much!petermad wrote: 2021-05-29, 08:08 UTCCode: Select all
[em_copytab] cmd=cm_FocusTrg,cm_OpenNewTab,cm_FocusTrg,cm_MatchSrc,cm_FocusTrg menu=Copy current folder tab to opposite panel
Re: How: Copy tab to other panel and active it by shortcut?
WOW! This Extended Menus is repository! I’m gonna take a look at it.petermad wrote: 2021-05-29, 08:08 UTC In my Extended Menus (see my signature) I use a function like this for that:...
Re: How: Copy tab to other panel and active it by shortcut?
VimWei,
Roman
Neither does this:This can copy tab to other panel, but not active it.
Or perhaps you mean Configuration - Options - Folder Tabs - Ctrl+Up opens new tab in foreground.1. Ctrl I: switch to other panel
2. Ctrl T: duplicate the active tab
3. Ctrl I: switch to original panel
4. Ctrl left/right: Open directory/archive and display it in the target window
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: How: Copy tab to other panel and active it by shortcut?
Thanks! This is exactly what I wanted.Hacker wrote: 2021-05-29, 14:42 UTC perhaps you mean Configuration - Options - Folder Tabs - Ctrl+Up opens new tab in foreground.
After configure, use Ctrl-Shift-Up to get my want, just your suggestion before, thanks again!