Get delete key working again
For some strange reason the delete key has been changed to a combination key Crtl+Delete, im assuming it was changed to avoid accidently deleting the wrong thing,
but thats what the waste bin is for isnt it!??
But anyway changing it back is relatively easy..
In a normal terminal non root
dconf write /org/gnome/desktop/interface/can-change-accels true
Now open up Nautilus (file browser) click on a file or folder so that it is hightlighted and press the delete key and the shortcut should change..

Now change the permissions back to stop accidently changing keys..
dconf write /org/gnome/desktop/interface/can-change-accels false


