Swap tabs between panes?

Features wanted...
Post Reply
TsunamiZ
Posts: 275
Joined: 11 Jul 2005 07:36

Swap tabs between panes?

Post 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;

serendipity
Posts: 3360
Joined: 07 May 2007 18:14
Location: NJ/NY

Re: Swap tabs between panes?

Post 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.

Post Reply