Fix crash if key bindings specified in profile cannot be found. Improve
[personal-kdebase.git] / apps / konqueror / src / konqueror.rc
blobbb8771e083c74f9dde12a1bea01304b7484a3410
1 <?xml version="1.0"?>
2 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
3 <gui name="Konqueror" version="68">
4 <MenuBar>
5 <Menu name="file" noMerge="1"><text>&amp;File</text>
6 <Action name="new_window"/>
7 <Action name="newtab"/>
8 <Separator/>
9 <Action name="open_location"/>
10 <Action name="open_file"/>
11 <Action name="sessions"/>
12 <Separator/>
13 <Action name="sendURL"/>
14 <Action name="sendPage"/>
15 <Separator/>
16 <Merge/> <!--Includes termination separator-->
17 <Action name="print"/>
18 <DefineGroup name="print" />
19 <Separator/>
20 <ActionList name="openwithbase"/>
21 <ActionList name="openwith" /> <!--Includes termination separator-->
22 <Action name="quit"/>
23 </Menu>
24 <Menu name="edit" noMerge="1"><text>&amp;Edit</text> <!--Here is what applies to a selection-->
25 <Action name="undo" />
26 <Action name="cut"/>
27 <Action name="copy"/>
28 <Action name="paste"/>
29 <!--<ActionList name="operations" />--><!-- copy files and move files, when two directory views -->
30 <WeakSeparator/>
31 <Merge/>
32 </Menu>
33 <Menu name="view" noMerge="1"><text>&amp;View</text> <!--Here is what applies to the active view-->
34 <ActionList name="viewmode" />
35 <Action name="usehtml"/>
36 <Action name="lock"/>
37 <Action name="link"/>
38 <Separator/>
39 <Action name="reload"/>
40 <Action name="stop" />
41 <WeakSeparator/>
42 <Merge/>
43 </Menu>
44 <Menu name="go"><text>&amp;Go</text>
45 <!-- go_up, go_back, go_forward, go_home: coming from ui_standards.rc -->
46 <Merge/>
47 <Action name="go_history"/>
48 <Separator/>
49 <Action name="go_most_often"/>
50 <Action name="history"/>
51 <Action name="closeditems"/>
52 </Menu>
53 <Action name="bookmarks"/>
54 <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
55 <Merge name="StandardToolBarMenuHandler" />
56 <Action name="options_show_menubar"/>
57 <ActionList name="toggleview" />
58 <Separator/>
59 <Action name="fullscreen"/>
60 <Separator/>
61 <Action name="loadviewprofile"/>
62 <Action name="saveviewprofile"/>
63 <Action name="saveremoveviewprofile"/>
64 <Separator/>
65 <Action name="options_configure_extensions"/>
66 <Action name="configurespellcheck"/>
67 <Action name="options_configure_keybinding"/>
68 <Action name="options_configure_toolbars"/>
69 <Action name="options_configure"/>
70 </Menu>
71 <Menu name="window" append="settings_merge"><text>&amp;Window</text>
72 <Action name="splitviewh"/>
73 <Action name="splitviewv"/>
74 <Action name="removeview"/>
75 <Separator/>
76 <Action name="new_window"/>
77 <Action name="duplicate_window"/>
78 <Separator/>
79 <Action name="newtab"/>
80 <Action name="duplicatecurrenttab"/>
81 <Action name="breakoffcurrenttab"/>
82 <Action name="removecurrenttab"/>
83 <Separator/>
84 <Action name="tab_move_left"/>
85 <Action name="tab_move_right"/>
86 </Menu>
87 <Menu name="help" append="about_merge"><text>&amp;Help</text>
88 <Action name="konqintro"/>
89 </Menu>
90 <Merge/>
91 </MenuBar>
92 <ToolBar iconText="icononly" name="mainToolBar" newline="true" noMerge="1"><text>Main Toolbar</text>
93 <Action name="go_back"/>
94 <Action name="go_forward"/>
95 <Action name="go_up"/>
96 <Action name="reload"/>
97 <Action name="stop"/>
98 <Action name="go_home"/>
99 <WeakSeparator/>
100 <Merge/>
101 </ToolBar>
102 <ToolBar hidden="true" name="extraToolBar" newline="false" index="1"><text>Extra Toolbar</text>
103 <Action name="konq_sidebartng" />
104 <Action name="findfile" />
105 <Action name="splitviewv" />
106 <Action name="splitviewh" />
107 <Action name="removeview" />
108 </ToolBar>
109 <ToolBar fullWidth="true" iconText="icononly" name="locationToolBar" newline="false"><text>Location Toolbar</text>
110 <Action name="toolbar_url_combo" />
111 <Action name="go_url" />
112 </ToolBar>
113 <ToolBar noEdit="true" iconText="icontextright" fullWidth="true" name="bookmarkToolBar" iconSize="16" newline="true"><text>Bookmark Toolbar</text>
114 </ToolBar>
115 <MainWindow>
116 <Action name="clear_location" />
117 </MainWindow>
118 <ActionProperties>
119 <Action shortcut="F9" name="konq_sidebartng" />
120 </ActionProperties>
122 </gui>