"Move to Trash" never gives back an audio feedback after moving the file to trash.
And I really hated it since the day I have been using it because I was afraid that I may be unknowingly deleting a file while attempting to use some other action in the actions pane. So I fixed it by replacing it with an applescript and adding an icon (which does not display itself in my B56a6 :) :) )
Place this script in the actions folder.

on open these_items
repeat with this_item in these_items
tell application "Finder" to move this_item to trash

end repeat

end open

Attachment: Move to Trash (by me).scpt
Description: Binary data

Reply via email to