Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Applescript 有一个display dialog功能,可以召唤一个弹出窗口,并通过使用buttons {"x","y","z"}可以向对话框添加自定义按钮。有没有办法让这些按钮也像弹出窗口一样出现在触摸栏上?
display dialog
buttons {"x","y","z"}