I'd like to bind a key to an action that "takes the active windows and moves it to screen S, coordinates X,Y resizes it W,H". The S,X,Y,W,H variables can be hard-coded.
I don't know where to look for, is this doable? Do I need to mess with ActionScript or create an app or what?
(I'm a programmer but I don't know anything about programming/scripting for OS X)
Update:
I found out SizeUp which happily does exactly that:
- a single keystroke, to resize the active window to a pixel specified layout
Now, while I'm happy about that, I'd like to know if there was a program which allowed more than one layout (SizeUp allows only one if I'm not mistaken). It would still have to be single-keystroke and possible to insert pixel precise values.