summaryrefslogtreecommitdiffstats
path: root/konqueror/konqueror.rc
blob: aba05cdc038e225327fa0dc24fb21de36a18621d (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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<?xml version="1.0"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
<gui name="Konqueror" version="59">
<MenuBar>
 <Menu name="file" noMerge="1"><text>&amp;Location</text>
  <Action name="new_window"/>
  <Action name="newtab"/>
  <Action name="duplicate_window"/>
  <Action name="open_location"/>
  <Separator/>
  <Action name="sendURL"/>
  <Action name="sendPage"/>
  <Separator/>
  <Merge/> <!--Includes termination separator-->
  <Action name="print"/>
  <DefineGroup name="print" />
  <Separator/>
  <ActionList name="openwith" /> <!--Includes termination separator-->
  <Action name="quit"/>
 </Menu>
 <Menu name="edit" noMerge="1"><text>&amp;Edit</text>  <!--Here is what applies to a selection-->
  <Action name="undo" />
  <Action name="cut"/>
  <Action name="copy"/>
  <Action name="paste"/>
  <Action name="rename"/>
  <Action name="trash"/>
  <Action name="del" />
  <ActionList name="operations" /><!-- copy files and move files, when two directory views -->
  <Separator/>
  <Action name="new_menu"/>
  <Separator/>
  <Action name="editMimeType"/>
  <Action name="properties"/>
  <WeakSeparator/>
  <Merge/>
 </Menu>
 <Menu name="view" noMerge="1"><text>&amp;View</text> <!--Here is what applies to the active view-->
  <ActionList name="viewmode" />
  <Action name="usehtml"/>
  <Action name="lock"/>
  <Action name="link"/>
  <Separator/>
  <Action name="reload"/>
  <Action name="stop" />
  <WeakSeparator/>
  <Merge/>
 </Menu>
 <Menu name="go"><text>&amp;Go</text>
  <Action name="back"/>
  <Action name="forward"/>
  <Action name="up"/>
  <Action name="home"/>
  <Separator/>
  <Action name="go_system"/>
  <Action name="go_applications"/>
  <Action name="go_network_folders"/>
  <Action name="go_settings"/>
  <Action name="go_media"/>
  <Action name="go_dirtree"/>
  <Action name="go_trash"/>
  <Action name="go_autostart"/>
  <Action name="go_history"/>
  <Action name="go_most_often"/>
  <Separator/>
  <Action name="history"/>
 </Menu>
 <Action name="bookmarks"/>
 <Menu name="tools"><text>&amp;Tools</text>
  <Action name="open_terminal"/>
  <Action name="findfile"/>
  <WeakSeparator/>
  <Merge/>
 </Menu>
 <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
  <Action name="options_show_menubar"/>
  <Merge name="StandardToolBarMenuHandler" />
  <Separator/>
  <Action name="fullscreen"/>
  <Separator/>
  <Action name="saveViewPropertiesLocally"/>
  <Action name="removeLocalProperties"/>
  <Separator/>
  <Action name="loadviewprofile"/>
  <Action name="saveviewprofile"/>
  <Action name="saveremoveviewprofile"/>
  <Separator/>
  <Action name="options_configure_extensions"/>
  <Action name="configurespellcheck"/>
  <Action name="options_configure_keybinding"/>
  <Action name="options_configure_toolbars"/>
  <Action name="options_configure"/>
 </Menu>
 <Menu name="window" append="settings_merge"><text>&amp;Window</text>
  <Action name="splitviewh"/>
  <Action name="splitviewv"/>
  <Action name="removeview"/>
  <Separator/>
  <Action name="newtab"/>
  <Action name="duplicatecurrenttab"/>
  <Action name="breakoffcurrenttab"/>
  <Action name="removecurrenttab"/>
  <Separator/>
  <Action name="tab_move_left"/>
  <Action name="tab_move_right"/>
  <Separator/>
  <ActionList name="toggleview" />
 </Menu>
 <Menu name="help" append="about_merge"><text>&amp;Help</text>
  <Action name="konqintro"/>
 </Menu>
 <Merge/>
</MenuBar>
<ToolBar fullWidth="true" name="mainToolBar" newline="true"><text>Main Toolbar</text>
 <Action name="back"/>
 <Action name="forward"/>
 <Action name="up"/>
 <Action name="home"/>
 <Separator/>
 <Action name="reload"/>
 <Action name="stop"/>
 <Separator/>
 <Action name="print"/>
 <WeakSeparator/>
 <Merge/>
 <Separator/>
 <ActionList name="viewmode_toolbar" />
 <ActionList name="fullscreen" />
 <WeakSeparator/>
 <Action name="animated_logo"/>
</ToolBar>
<ToolBar hidden="true" name="extraToolBar" newline="false" index="1"><text>Extra Toolbar</text>
  <Action name="konq_sidebartng" />
  <Action name="findfile" />
  <Action name="splitviewv" />
  <Action name="splitviewh" />
  <Action name="removeview" />
</ToolBar>
<ToolBar fullWidth="true" name="locationToolBar" newline="true"><text>Location Toolbar</text>
  <Action name="clear_location" />
  <Action name="location_label" />
  <Action name="toolbar_url_combo" />
  <Action name="go_url" />
</ToolBar>
<ToolBar noEdit="true" iconText="icontextright" fullWidth="true" name="bookmarkToolBar" newline="true"><text>Bookmark Toolbar</text>
</ToolBar>
<ActionProperties>
  <Action shortcut="F9" name="konq_sidebartng" />
</ActionProperties>

</gui>