2017-04-11 116 views

回答

1

您可以通過AppleScript設定碼頭倍率是這樣的:

tell application "System Events" 
    tell dock preferences 
     set properties to {magnification:true, magnification size:1.5} 
    end tell 
end tell 
+1

運作良好。還使用automator服務和系統偏好添加了鍵盤快捷鍵。謝謝 ! – ofeida