On Sun, 22 May 2005, Tuomo Valkonen wrote: > On 2005-05-22, Matthieu Moy <[EMAIL PROTECTED]> wrote: >>> 2. Attaching tagged tab. >>> After attaching a tagged tab to a frame, this tab should >>> be active. When more tabs are attached, perhaps the last one. >> >> Don't know if it's possible to script this, but I think this should be >> the default behavior. > > It's not possible.
I use the following hack (ion2):
kpress(PLEX_MOD.."p", function(f)
f:attach_tagged()
f:switch_next()
end)
Mike
