It's not obvious looking at the user interface that there are any shortcuts. However most of the ones that worked in Nautilus 3.4.2 (as used in 12.04) still work in 3.6.
This list may not be exhaustive, feel free to edit this answer to add more if I have missed any out. All the following work in Nautilus 3.6 (as shipped with Ubuntu 13.04):
New tab Ctrl+T
New window Ctrl+N
New folder Shift+Ctrl+N
Open folder in new tab Shift+Return
Properties Alt+Return
Close window Ctrl+W
Close all windows (quit) Ctrl+Q
Make link Ctrl+M
Add bookmark Ctrl+D
Edit bookmarks Ctrl+B
Undo Ctrl+Z
Redo Ctrl+Y
Cut Ctrl+X
Copy Ctrl+C
Paste Ctrl+V
Select all Ctrl+A
Select items matching Ctrl+S
Invert selection Shift+Ctrl+I
Show hidden files Ctrl+H
Zoom in Ctrl++
Zoom out Ctrl+-
Normal size Ctrl+0
List view Ctrl+1
Icons view Ctrl+2
Go to home directory Alt+Home
Go to parent directory Alt+Up Arrow
Go back Alt+Left Arrow
Go forward Alt+Right Arrow
Go to specified location Ctrl+L
Search files (find) Ctrl+F
Rename F2
~/.config/nautilus/accels
Make sure you take a backup first. – Warren Hill Nov 21 '13 at 19:07(gtk_accel_path "<Actions>/ShellActions/Up" "BackSpace")
, without the;
which seems to comment the line. – Muhammad Gelbana Nov 21 '13 at 19:39