i made this little script :
And when I run the the script it works fine. so I open the Automator and made it in to a app.
And that runs fine so I'm thinking to make a keyboard shortcut to it so I can just use a few keys to run the app.
But for some reason it work work with a shortcut?
If you click on it it will run but not with the shortcut i made to it.
Code:
--Empty Trash
tell application "Finder"
empty the trash
beep
end tell
And that runs fine so I'm thinking to make a keyboard shortcut to it so I can just use a few keys to run the app.
But for some reason it work work with a shortcut?
If you click on it it will run but not with the shortcut i made to it.