Fonte: http://www.khattam.info/howto-enable-delete-key-in-nautilus-3-fedora-15-2011-06-01.html
To set Delete as short cut for Move to Trash operation, follow the steps below.
Launch the terminal and execute the following to enable short cut editing:
Now, open (Nautilus) File Manager and select a file. Now, click on Edit menu and take your mouse over to “Move to Trash”. With mouse over this item, press “Delete” key two times. Now, you will see the short cut has been set as the key for “Move to Trash”.gsettings set org.gnome.desktop.interface can-change-accels true
In terminal, type in the following to disable short cut editing:
gsettings set org.gnome.desktop.interface can-change-accels false