I have Chrome open most of the time in the lower right corner of my screen and work mostly with tabs. Sometimes I need a new Chrome window (instance) and hit cmd-n. Now the new window always opens up in the upper left and I have to center it. Is there a way to automatically center new chrome windows (or maybe maximize them..)?
|
feedback
|
|
You can do this with AppleScript, if you'd like. Once you enable "access for assistive devices" under the Universal Access section of System Preferences, you can use the following applescript to make a new window and resize it:
That'll make a new window of size 800x800 with the upper left corner of the window in the upper left corner of the screen. Then, there's plenty of ways to hook an applescript up to a keyboard shortcut. | |||
feedback
|
|
Chrome uses the standard Mac OS X behavior where each new window is offset down and right from the current window. If you keep your window about 20 pixels from the bottom and right corners of your screen then the new window will open over the current window rather than at the top left. This might make it easier to move where you want. | |||
|
feedback
|