--- In [email protected], "Melissa" <excesspap...@...> wrote:
>
> Am I doing this correctly? Here is my hotkey definition:
> 
> win.move("power-pro", -10000, win.top("power-pro"))

Sorry, no, by "caption" I meant something that would match a window that you 
wanted to test, ie
win.move("*firefox", -10000, win.top("*firefox"))  //test move
win.move("*firefox", 0, win.top("*firefox"))    //move back

win.move("*notepad", -10000, win.top("*notepad"))

Reply via email to