我需要使用 AppleScript 打开屏幕截图应用程序。我有一台 Apple Mac mini M4。
我的代码没有任何反应。没有错误。
tell application "System Events"
keystroke "5" using {command down, shift down}
end tell
我需要使用 AppleScript 打开屏幕截图应用程序。我有一台 Apple Mac mini M4。
我的代码没有任何反应。没有错误。
tell application "System Events"
keystroke "5" using {command down, shift down}
end tell
要打开屏幕截图应用程序,请运行它:
屏幕截图应用程序位于应用程序文件夹的实用程序文件夹中。