คุณสามารถทำได้ด้วย AppleScript หากคุณต้องการ เมื่อคุณเปิดใช้งาน "การเข้าถึงสำหรับอุปกรณ์ช่วยเหลือ" ในส่วนการเข้าถึงสากลของการตั้งค่าระบบคุณสามารถใช้ applescript ต่อไปนี้เพื่อสร้างหน้าต่างใหม่และปรับขนาด:
tell application "Google Chrome" to activate
tell application "System Events"
tell process "Google Chrome"
click menu item "New Window" of menu "File" of menu bar 1
end tell
end tell
tell first window of application "Google Chrome" to set bounds to {0, 0, 800, 800}
นั่นจะสร้างหน้าต่างใหม่ขนาด 800x800 ด้วยมุมซ้ายบนของหน้าต่างที่มุมซ้ายบนของหน้าจอ จากนั้นมี วิธีมากมาย เพื่อเชื่อมต่อ applescript กับแป้นพิมพ์ลัด