2017-04-11 20 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