On Sat, Dec 20, 2003 at 06:52:55AM -0500, Jeremy Cowgar wrote: > I would like to know how to select a named workspace via a macro? (and make it > active).
local frame=lookup_region("name")
if frame then frame:goto() end
--
Tuomo
On Sat, Dec 20, 2003 at 06:52:55AM -0500, Jeremy Cowgar wrote: > I would like to know how to select a named workspace via a macro? (and make it > active).
local frame=lookup_region("name")
if frame then frame:goto() end
--
Tuomo