Update
This commit is contained in:
parent
6fed9fe523
commit
55d277bac7
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE gui>
|
<!DOCTYPE gui>
|
||||||
<gui translationDomain="kxmlgui5" name="dolphin" version="38">
|
<gui translationDomain="kxmlgui5" name="dolphin" version="38">
|
||||||
<MenuBar alreadyVisited="1">
|
<MenuBar alreadyVisited="1">
|
||||||
<Menu name="file" noMerge="1" alreadyVisited="1">
|
<Menu name="file" alreadyVisited="1" noMerge="1">
|
||||||
<text translationDomain="kxmlgui5">&File</text>
|
<text translationDomain="kxmlgui5">&File</text>
|
||||||
<Action name="file_new"/>
|
<Action name="file_new"/>
|
||||||
<Separator weakSeparator="1"/>
|
<Separator weakSeparator="1"/>
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
<Separator weakSeparator="1"/>
|
<Separator weakSeparator="1"/>
|
||||||
<Action name="file_quit"/>
|
<Action name="file_quit"/>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Menu name="edit" noMerge="1" alreadyVisited="1">
|
<Menu name="edit" alreadyVisited="1" noMerge="1">
|
||||||
<text translationDomain="kxmlgui5">&Edit</text>
|
<text translationDomain="kxmlgui5">&Edit</text>
|
||||||
<Action name="edit_undo"/>
|
<Action name="edit_undo"/>
|
||||||
<Separator weakSeparator="1"/>
|
<Separator weakSeparator="1"/>
|
||||||
|
@ -54,7 +54,7 @@
|
||||||
<Action name="edit_select_all"/>
|
<Action name="edit_select_all"/>
|
||||||
<Action name="invert_selection"/>
|
<Action name="invert_selection"/>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Menu name="view" noMerge="1" alreadyVisited="1">
|
<Menu name="view" alreadyVisited="1" noMerge="1">
|
||||||
<text translationDomain="kxmlgui5">&View</text>
|
<text translationDomain="kxmlgui5">&View</text>
|
||||||
<Action name="view_zoom_in"/>
|
<Action name="view_zoom_in"/>
|
||||||
<Action name="view_zoom_out"/>
|
<Action name="view_zoom_out"/>
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
<Separator/>
|
<Separator/>
|
||||||
<Action name="view_properties"/>
|
<Action name="view_properties"/>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Menu name="go" noMerge="1" alreadyVisited="1">
|
<Menu name="go" alreadyVisited="1" noMerge="1">
|
||||||
<text translationDomain="kxmlgui5">&Go</text>
|
<text translationDomain="kxmlgui5">&Go</text>
|
||||||
<Action name="go_up"/>
|
<Action name="go_up"/>
|
||||||
<Action name="go_back"/>
|
<Action name="go_back"/>
|
||||||
|
@ -99,7 +99,8 @@
|
||||||
<Separator weakSeparator="1"/>
|
<Separator weakSeparator="1"/>
|
||||||
<Separator weakSeparator="1"/>
|
<Separator weakSeparator="1"/>
|
||||||
<Separator weakSeparator="1"/>
|
<Separator weakSeparator="1"/>
|
||||||
<Menu name="tools" noMerge="1" alreadyVisited="1">
|
<Separator weakSeparator="1"/>
|
||||||
|
<Menu name="tools" alreadyVisited="1" noMerge="1">
|
||||||
<text translationDomain="kxmlgui5">&Tools</text>
|
<text translationDomain="kxmlgui5">&Tools</text>
|
||||||
<Action name="open_preferred_search_tool"/>
|
<Action name="open_preferred_search_tool"/>
|
||||||
<Action name="open_terminal"/>
|
<Action name="open_terminal"/>
|
||||||
|
@ -108,7 +109,7 @@
|
||||||
<Action name="compare_files"/>
|
<Action name="compare_files"/>
|
||||||
<Action name="change_remote_encoding"/>
|
<Action name="change_remote_encoding"/>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Menu name="settings" noMerge="1" alreadyVisited="1">
|
<Menu name="settings" alreadyVisited="1" noMerge="1">
|
||||||
<text translationDomain="kxmlgui5">&Settings</text>
|
<text translationDomain="kxmlgui5">&Settings</text>
|
||||||
<Action name="options_show_menubar"/>
|
<Action name="options_show_menubar"/>
|
||||||
<Merge name="StandardToolBarMenuHandler"/>
|
<Merge name="StandardToolBarMenuHandler"/>
|
||||||
|
@ -121,7 +122,7 @@
|
||||||
<Action name="options_configure"/>
|
<Action name="options_configure"/>
|
||||||
</Menu>
|
</Menu>
|
||||||
<Separator weakSeparator="1"/>
|
<Separator weakSeparator="1"/>
|
||||||
<Menu name="help" noMerge="1" alreadyVisited="1">
|
<Menu name="help" alreadyVisited="1" noMerge="1">
|
||||||
<text translationDomain="kxmlgui5">&Help</text>
|
<text translationDomain="kxmlgui5">&Help</text>
|
||||||
<Action name="help_contents"/>
|
<Action name="help_contents"/>
|
||||||
<Action name="help_whats_this"/>
|
<Action name="help_whats_this"/>
|
||||||
|
@ -135,7 +136,7 @@
|
||||||
<Action name="help_about_kde"/>
|
<Action name="help_about_kde"/>
|
||||||
</Menu>
|
</Menu>
|
||||||
</MenuBar>
|
</MenuBar>
|
||||||
<ToolBar name="mainToolBar" noMerge="1" alreadyVisited="1">
|
<ToolBar name="mainToolBar" alreadyVisited="1" noMerge="1">
|
||||||
<Action name="go_home"/>
|
<Action name="go_home"/>
|
||||||
<Action name="open_terminal_here"/>
|
<Action name="open_terminal_here"/>
|
||||||
<Separator name="separator_0"/>
|
<Separator name="separator_0"/>
|
||||||
|
@ -144,18 +145,23 @@
|
||||||
<Action name="go_up"/>
|
<Action name="go_up"/>
|
||||||
<Action name="go_forward"/>
|
<Action name="go_forward"/>
|
||||||
<Separator name="separator_1"/>
|
<Separator name="separator_1"/>
|
||||||
|
<Action name="view_redisplay"/>
|
||||||
|
<Separator name="separator_2"/>
|
||||||
<Action name="url_navigators"/>
|
<Action name="url_navigators"/>
|
||||||
<Action name="new_tab"/>
|
<Action name="new_tab"/>
|
||||||
<Separator name="separator_2"/>
|
<Action name="closed_tabs"/>
|
||||||
|
<Separator name="separator_3"/>
|
||||||
<Action name="icons"/>
|
<Action name="icons"/>
|
||||||
<Action name="compact"/>
|
<Action name="compact"/>
|
||||||
<Action name="details"/>
|
<Action name="details"/>
|
||||||
<Separator name="separator_3"/>
|
|
||||||
<Action name="show_hidden_files"/>
|
|
||||||
<Separator name="separator_4"/>
|
<Separator name="separator_4"/>
|
||||||
|
<Action name="toggle_filter"/>
|
||||||
|
<Action name="sort"/>
|
||||||
|
<Action name="show_hidden_files"/>
|
||||||
|
<Separator name="separator_5"/>
|
||||||
<Action name="split_view"/>
|
<Action name="split_view"/>
|
||||||
<Action name="split_stash"/>
|
<Action name="split_stash"/>
|
||||||
<Separator name="separator_5"/>
|
<Separator name="separator_6"/>
|
||||||
<Action name="toggle_search"/>
|
<Action name="toggle_search"/>
|
||||||
<Action name="hamburger_menu"/>
|
<Action name="hamburger_menu"/>
|
||||||
</ToolBar>
|
</ToolBar>
|
||||||
|
@ -185,24 +191,27 @@
|
||||||
</disable>
|
</disable>
|
||||||
</State>
|
</State>
|
||||||
<ActionProperties scheme="Default">
|
<ActionProperties scheme="Default">
|
||||||
<Action priority="0" name="go_back"/>
|
<Action name="go_back" priority="0"/>
|
||||||
<Action priority="0" name="go_forward"/>
|
<Action name="go_forward" priority="0"/>
|
||||||
<Action priority="0" name="go_up"/>
|
<Action name="go_up" priority="0"/>
|
||||||
<Action priority="0" name="go_home"/>
|
<Action name="go_home" priority="0"/>
|
||||||
<Action priority="0" name="stop"/>
|
<Action name="stop" priority="0"/>
|
||||||
<Action priority="0" name="icons"/>
|
<Action name="icons" priority="0"/>
|
||||||
<Action priority="0" name="compact"/>
|
<Action name="compact" priority="0"/>
|
||||||
<Action priority="0" name="details"/>
|
<Action name="details" priority="0"/>
|
||||||
<Action priority="0" name="view_zoom_in"/>
|
<Action name="view_zoom_in" priority="0"/>
|
||||||
<Action priority="0" name="view_zoom_reset"/>
|
<Action name="view_zoom_reset" priority="0"/>
|
||||||
<Action priority="0" name="view_zoom_out"/>
|
<Action name="view_zoom_out" priority="0"/>
|
||||||
<Action priority="0" name="edit_cut"/>
|
<Action name="edit_cut" priority="0"/>
|
||||||
<Action priority="0" name="edit_copy"/>
|
<Action name="edit_copy" priority="0"/>
|
||||||
<Action priority="0" name="edit_paste"/>
|
<Action name="edit_paste" priority="0"/>
|
||||||
<Action priority="0" name="toggle_search"/>
|
<Action name="toggle_search" priority="0"/>
|
||||||
<Action priority="0" name="toggle_filter"/>
|
<Action name="toggle_filter" priority="0"/>
|
||||||
<Action priority="0" name="show_hidden_files"/>
|
<Action name="show_hidden_files" priority="0"/>
|
||||||
<Action priority="0" name="open_terminal_here"/>
|
<Action name="open_terminal_here" priority="0"/>
|
||||||
<Action priority="0" name="new_tab"/>
|
<Action name="new_tab" priority="0"/>
|
||||||
|
<Action name="view_redisplay" priority="0"/>
|
||||||
|
<Action name="closed_tabs" priority="0"/>
|
||||||
|
<Action name="sort" priority="0"/>
|
||||||
</ActionProperties>
|
</ActionProperties>
|
||||||
</gui>
|
</gui>
|
||||||
|
|
Loading…
Reference in New Issue