summaryrefslogtreecommitdiff
path: root/src/nautilus-spatial-window-ui.xml
blob: 686ebd26920b78246c8321ef670f511821268467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<Root>

<!-- A description of each placeholder's purpose is in libnautilus/nautilus-bonobo-ui.h -->

<commands>
</commands>

<keybindings>
        <accel name="*Alt**Shift*Up" verb="UpCloseCurrent"/>
</keybindings>
<menu>
	<submenu name="File">
		<placeholder name="Location Placeholder">
			<menuitem name="Up"
			  _label="Open _Pa_rent"
			  _tip="Open the parent folder"
			  accel="*Alt*Up"
			  verb="Up"/>
		        <menuitem name="Go to Location"
			  _label="Open _Location..."
			  accel="*Control*l"
			  verb="Go to Location"/>
		        <menuitem name="Connect to Server"
			  _label="Connect to _Server..."
			  verb="Connect to Server"/>
		</placeholder>
		<placeholder name="Close Items Placeholder">
			<menuitem name="Close With Parents"
			  _label="Close P_arent Folders"
			  _tip="Close this folder's parents"
			  accel="*Control**Shift*w"
			  verb="Close Parent Folders"/>
		</placeholder>
	</submenu>

	<submenu name="Places" _label="_Places">
		<menuitem name="Home" 
			  _label="_Home" 
			  accel="*Alt*Home"
			  pixtype="stock" pixname="gtk-home"
			  verb="Home"/>
		<menuitem name="Go to Computer"
			  _label="_Computer"
			  _tip="Go to Computer"
	                  pixtype="stock" pixname="gnome-fs-client"
			  verb="Go to Computer"/>
		<menuitem name="Go to Templates"
			  _label="_Templates"
			  _tip="Go to templates folder"
			  verb="Go to Templates"/>
		<menuitem name="Go to Trash"
			  _label="_Trash"
			  _tip="Go to the trash folder"
			  verb="Go to Trash"/>
		<menuitem name="Go to Burn CD"
			  _label="CD _Creator"
			  _tip="Go to the CD Creator"
			  verb="Go to Burn CD"/>
	</submenu>
</menu>

</Root>