zapacoman Posted April 13, 2013 Share Posted April 13, 2013 (edited) This is a simple workflow I set up to resize windows. The keywords are as follows: t = top b = bottom l = left r = right tl = top left tr = top right bl = bottom left br = bottom right c = centered f = full I used to program these as hotkeys in Alfred 1 but I find that a few extra keystrokes is worth not having to remember 10 different hotkey combinations. The Alfred 1 project I based this on can be found here: http://projects.jga.me/layouts/#toc3 I hope people find this useful. Download it here: http://bit.ly/ZrwMGo Edited April 13, 2013 by zapacoman Sridhar Katakam 1 Link to comment
Ddyracer Posted April 13, 2013 Share Posted April 13, 2013 This is a simple workflow I set up to resize windows. The keywords are as follows: t = top b = bottom l = left r = right tl = top left tr = top right bl = bottom left br = bottom right c = centered f = full I used to program these as hotkeys in Alfred 1 but I find that a few extra keystrokes is worth not having to remember 10 different hotkey combinations. I hope people find this useful. Download it here: http://bit.ly/ZrwMGo Finally, a resize tool. I have a suggestion. Could you make a keyword to activate your workflow, and show all the actions? Link to comment
zapacoman Posted April 13, 2013 Author Share Posted April 13, 2013 (edited) if you re-download it, you'll see I added a "resize" keyword. It doesn't actually allow you to take action, but it will bring up a legend for you to reference. I am not a programmer, so this is about as deep as I get. Sorry! That being said, I like the simplicity of single or double characters, and I think they are pretty intuitive. If someone wants to add the feature Ddyracer requested above, feel free to modify my workflow and repost it. Edited April 13, 2013 by zapacoman Link to comment
Ddyracer Posted April 13, 2013 Share Posted April 13, 2013 if you re-download it, you'll see I added a "resize" keyword. It doesn't actually allow you to take action, but it will bring up a legend for you to reference. I am not a programmer, so this is about as deep as I get. Sorry! That's fine, just what i asked for. Link to comment
jaspalx Posted April 22, 2013 Share Posted April 22, 2013 Replace the set height/width code with this it allows for different screen sizes: tell application "Finder" set _b to bounds of window of desktop set myWidth to item 3 of _b set myHeight to item 4 of _b end tell hat tip to http://daringfireball.net/2006/12/display_size_applescript_the_lazy_way for the screen size code Link to comment
jga23 Posted May 2, 2013 Share Posted May 2, 2013 I've finally updated Layouts to work with Alfred's Workflows: http://projects.jga.me/layouts/ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now