Positioning a window with AppleScript using dual monitors
问题 I have two monitors set up and I am trying to position the window of an application in the second monitor but nothing I do seems to work. For example I am using my laptop and the terminal window is maximized on the screen. Then I plug in an external monitor. I then want to run the applescript and have the terminal maximize on the larger second monitor. Here is what I have right now: set monitorTwoPos to {1050, -600} set monitorTwoSze to {1200, 1920} tell application "Microsoft Outlook" set