summaryrefslogtreecommitdiff
path: root/libnautilus/nautilus-clipboard-ui.xml
blob: ab068913e383f136370b4252d0332f4a00052a9f (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
<Root>
<commands>
        <cmd name="Cut" accel="*Control*x" sensitive="1"/>
        <cmd name="Copy" accel="*Control*c" sensitive="1"/>
        <cmd name="Paste" accel="*Control*v" sensitive="1"/>
        <cmd name="Clear" sensitive="1"/>
</commands>

<menu>
	<submenu name="Edit">
			<menuitem name="Cut" 
				  _label="_Cut Text" 
				  _tip="Cut the selected text to the clipboard"
               			  pixtype="stock" pixname="Cut"
				  verb="Cut"/>
			<menuitem name="Copy" 
				  _label="_Copy Text" 
				  _tip="Copy the selected text to the clipboard"
        			  pixtype="stock" pixname="Copy"
				  verb="Copy"/>
			<menuitem name="Paste" 
				  _label="_Paste Text" 
				  _tip="Paste the text stored on the clipboard"
        			  pixtype="stock" pixname="Paste"
				  verb="Paste"/>
			<menuitem name="Clear" 
				  _label="C_lear Text" 
				  _tip="Remove the selected text without putting it on the clipboard"
        			  pixtype="stock" pixname="Clear"
				  verb="Clear"/>
	</submenu>
</menu>
</Root>