summaryrefslogtreecommitdiff
path: root/src/nautilus-spatial-window-ui.xml
blob: aeb8fad4bdaad2a56977cbf5d1327f720f75f11f (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
<Root>

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

<commands>
</commands>

<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 _All Parents"
			  _tip="Close all Navigation windows"
			  accel="*Control**Shift*w"
			  verb="Close With Parents"/>
		</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 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>