Page 1 of 1

Swap tabs between panes?

Posted: 14 Mar 2010 22:18
by TsunamiZ
How about add an option to make the current 2 active tabs switch between panes? I know this can be done with the following script. But I would like to be able to add a hotkey to it.

Code: Select all

$this = <get path>; $that = <get path i>; goto $that; focus pi; goto $this; focus pi;

Re: Swap tabs between panes?

Posted: 22 Mar 2010 21:33
by serendipity
TsunamiZ wrote:How about add an option to make the current 2 active tabs switch between panes? I know this can be done with the following script. But I would like to be able to add a hotkey to it.

Code: Select all

$this = <get path>; $that = <get path i>; goto $that; focus pi; goto $this; focus pi;
Well, you could add it to UDC and assign a hotkey from there.