理论上popclip会自动激活,不过有时候不太灵敏,就需要手工激活了
Paste_Image.png
on alfred_script(q)
tell application "PopClip"
appear
end tell
end alfred_script
理论上popclip会自动激活,不过有时候不太灵敏,就需要手工激活了
on alfred_script(q)
tell application "PopClip"
appear
end tell
end alfred_script