Want to create a simple macro to empty the trash

@mackinnon8467

I would suggest running it as an Applescript. I know there's already a solution, but running it as a script avoids opening up windows and hitting the keystroke (the problem is that if you change the keystroke for emptying the trash, you'll have to edit the macro again).

Empty Trash.kmmacros (1.5 KB)

Here's the script:

tell application "Finder"
   empty the trash
end tell
2 Likes