Page 1 of 1

Allow to activate a dragged tab immediately

Posted: 2011-01-12, 08:56 UTC
by Octagon
When a folder tab is dragged and dropped to another panel, a new tab is created and the current active tab stays active. Yet another click is required to go to the newly created folder.

This is handy often but not always.

Why not make the newly created folder active immediately if some modifier key (Ctrl?) is pressed at the end of drag and drop?

Posted: 2011-01-13, 06:06 UTC
by Bartusg
I made a little TCMC script that moves the current tab to the target panel, and keeps the focus on the source.
Add these lines to your usercmd.ini:

Code: Select all

[em_movetab]
button=
cmd=C:\<path-to>\TCMC.exe CM5110 CM3001 CM5110 CM532 CM3007 
and assign a hotkey or a button to it
I had to use the internal command numbers or else it didn't work. Apart from that it's pretty easy to follow and fine tune to your needs, if you ever have over 10 tabs open you would have to rewrite it anyway.