Warning, /network/konqueror/src/konqueror.rc is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!DOCTYPE gui SYSTEM "kpartgui.dtd">
0003 <gui name="Konqueror" version="73">
0004 <MenuBar>
0005  <Menu name="file" noMerge="1"><text>&amp;File</text>
0006   <Action name="new_window"/>
0007   <Action name="newtab"/>
0008   <Separator/>
0009   <Action name="open_location"/>
0010   <Action name="open_file"/>
0011   <Action name="sessions"/>
0012   <Separator/>
0013   <Action name="sendURL"/>
0014   <Action name="sendPage"/>
0015   <Separator/>
0016   <Merge/> <!--Includes termination separator-->
0017   <Action name="print"/>
0018   <DefineGroup name="print" />
0019   <Separator/>
0020   <ActionList name="openwithbase"/>
0021   <ActionList name="openwith" /> <!--Includes termination separator-->
0022   <Action name="quit"/>
0023  </Menu>
0024  <Menu name="edit" noMerge="1"><text>&amp;Edit</text>  <!--Here is what applies to a selection-->
0025   <Action name="undo" />
0026   <Action name="cut"/>
0027   <Action name="copy"/>
0028   <Action name="paste"/>
0029   <!--<ActionList name="operations" />--><!-- copy files and move files, when two directory views -->
0030   <WeakSeparator/>
0031   <Merge/>
0032  </Menu>
0033  <Menu name="view" noMerge="1"><text>&amp;View</text> <!--Here is what applies to the active view-->
0034   <ActionList name="viewmode" />
0035   <Action name="usehtml"/>
0036   <Action name="lock"/>
0037   <Action name="link"/>
0038   <Separator/>
0039   <Action name="reload"/>
0040   <Action name="stop" />
0041   <WeakSeparator/>
0042   <Merge/>
0043  </Menu>
0044  <Menu name="go"><text>&amp;Go</text>
0045   <!-- go_up, go_back, go_forward, go_home: coming from ui_standards.rc -->
0046   <Merge/>
0047   <Action name="go_history"/>
0048   <Separator/>
0049   <Action name="go_most_often"/>
0050   <Action name="history"/>
0051   <Action name="closeditems"/>
0052  </Menu>
0053  <Action name="bookmarks"/>
0054  <Menu name="tools"><text>&amp;Tools</text>
0055    <Merge name="tools" />
0056    <Action name="inspect_page"/>
0057    <Separator />
0058  </Menu>
0059  <Menu name="settings" noMerge="1"><text>&amp;Settings</text>
0060   <Merge name="StandardToolBarMenuHandler" />
0061   <Action name="options_show_menubar"/>
0062   <Action name="options_show_statusbar"/>
0063   <ActionList name="toggleview" />
0064   <Separator/>
0065   <Action name="fullscreen"/>
0066   <Separator/>
0067   <Action name="loadviewprofile"/>
0068   <Action name="saveviewprofile"/>
0069   <Action name="saveremoveviewprofile"/>
0070   <Separator/>
0071   <Action name="switch_application_language"/>
0072   <Action name="options_configure_extensions"/>
0073   <Action name="configurespellcheck"/>
0074   <Action name="options_configure_keybinding"/>
0075   <Action name="options_configure_toolbars"/>
0076   <Action name="options_configure"/>
0077  </Menu>
0078  <Menu name="window" append="settings_merge"><text>&amp;Window</text>
0079   <Action name="splitviewh"/>
0080   <Action name="splitviewv"/>
0081   <Action name="removeview"/>
0082   <Separator/>
0083   <Action name="new_window"/>
0084   <Action name="duplicate_window"/>
0085   <Separator/>
0086   <Action name="newtab"/>
0087   <Action name="duplicatecurrenttab"/>
0088   <Action name="breakoffcurrenttab"/>
0089   <Action name="removecurrenttab"/>
0090   <Separator/>
0091   <Action name="tab_move_left"/>
0092   <Action name="tab_move_right"/>
0093  </Menu>
0094  <Menu name="help" append="about_merge"><text>&amp;Help</text>
0095   <Action name="konqintro"/>
0096  </Menu>
0097  <Merge/>
0098 </MenuBar>
0099 <ToolBar iconText="icononly" name="mainToolBar" newline="true" noMerge="1"><text>Main Toolbar</text>
0100  <Action name="go_back"/>
0101  <Action name="go_forward"/>
0102  <Action name="go_up"/>
0103  <Action name="reload"/>
0104  <Action name="stop"/>
0105  <Action name="go_home_popup"/>
0106  <ActionList name="fullscreen"/>
0107  <WeakSeparator/>
0108  <Merge/>
0109 </ToolBar>
0110 <ToolBar hidden="true" name="extraToolBar" newline="false" index="1"><text>Extra Toolbar</text>
0111   <Action name="konq_sidebartng" />
0112   <Action name="findfile" />
0113   <Action name="splitviewv" />
0114   <Action name="splitviewh" />
0115   <Action name="removeview" />
0116 </ToolBar>
0117 <ToolBar fullWidth="true" iconText="icononly" name="locationToolBar" newline="false"><text>Location Toolbar</text>
0118   <Action name="toolbar_url_combo" />
0119   <Action name="go_url" />
0120   <Merge />
0121   <Action name="konq_logo" />
0122 </ToolBar>
0123 <ToolBar noEdit="true" iconText="icontextright" fullWidth="true" name="bookmarkToolBar" iconSize="16" newline="true"><text>Bookmark Toolbar</text>
0124 </ToolBar>
0125 <MainWindow>
0126   <Action name="clear_location" />
0127 </MainWindow>
0128 <ActionProperties>
0129   <Action shortcut="F9" name="konq_sidebartng" />
0130 </ActionProperties>
0131 
0132 </gui>
0133