In Windows 7, you can drag a window to the leftmost screen position and it will dock itself there, expanding to the full height of the screen and half its width.
Is there an easy way to do this using AutoHotKey?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I decided the best way to do it – especially since I have two monitors and might want a window docked to a specific one – is to dock it manually first, then get the coordinates and width/height of the docked window using Window Spy. Then I can use the WinMove command to send it to that position.