Could it be added, please

TIA
Moderators: Hacker, petermad, Stefan2, white
I knew CTRL+CursorUp but not CTRL+SHIFT+CursorUp thanks for the tip it is better than nothing although I still request to add it.StickyNomad wrote:Hm, indeed there doesn't seem to exist a cm_command to copy the tab. I never missed it so far because I get along well with CTRL+SHIFT+CursorUp.
History.txt wrote:New in Total Commander 6.0 final (17.11.03):
- cm_OpenDirInNewTab internal message to open dir under cursor in new tab
Code: Select all
[em_copytab]
cmd=cm_FocusTrg,cm_OpenNewTab,cm_FocusTrg,cm_MatchSrc,cm_FocusTrg
menu=Copy current folder tab to opposite panel
[em_movetab]
cmd=cm_FocusTrg,cm_OpenNewTab,cm_FocusTrg,cm_MatchSrc,cm_CloseCurrentTab,cm_FocusTrg
menu=Move current folder tab to opposite panel
petermad wrote: 2022-07-13, 11:10 UTC You can use these two em_commands (put them in your usercmd.ini file) to copy or move the current tab to the other panel:Code: Select all
[em_copytab] cmd=cm_FocusTrg,cm_OpenNewTab,cm_FocusTrg,cm_MatchSrc,cm_FocusTrg menu=Copy current folder tab to opposite panel [em_movetab] cmd=cm_FocusTrg,cm_OpenNewTab,cm_FocusTrg,cm_MatchSrc,cm_CloseCurrentTab,cm_FocusTrg menu=Move current folder tab to opposite panel