mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-02-04 11:30:33 +00:00
gnome: run-or-raise
This commit is contained in:
parent
46b34400a2
commit
18bdb02ca1
11 changed files with 178 additions and 195 deletions
|
|
@ -1,10 +1,8 @@
|
|||
<!DOCTYPE gui>
|
||||
<gui name="dolphin" translationDomain="kxmlgui6" version="46">
|
||||
<MenuBar alreadyVisited="1">
|
||||
<Menu alreadyVisited="1" name="file" noMerge="1">
|
||||
<text translationDomain="kxmlgui6">&File</text>
|
||||
<Action name="file_new"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE gui SYSTEM 'kpartgui.dtd'>
|
||||
<gui name="dolphin" version="48">
|
||||
<MenuBar>
|
||||
<Menu name="file">
|
||||
<Action name="new_menu"/>
|
||||
<Action name="file_new"/>
|
||||
<Action name="new_tab"/>
|
||||
|
|
@ -21,25 +19,8 @@
|
|||
<Action name="show_target"/>
|
||||
<Separator/>
|
||||
<Action name="properties"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="file_close"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="file_quit"/>
|
||||
</Menu>
|
||||
<Menu alreadyVisited="1" name="edit" noMerge="1">
|
||||
<text translationDomain="kxmlgui6">&Edit</text>
|
||||
<Action name="edit_undo"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="edit_cut"/>
|
||||
<Action name="edit_copy"/>
|
||||
<Action name="edit_paste"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="edit_select_all"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="edit_find"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="edit_undo"/>
|
||||
<Separator/>
|
||||
<Menu name="edit">
|
||||
<Action name="edit_cut"/>
|
||||
<Action name="edit_copy"/>
|
||||
<Action name="copy_location"/>
|
||||
|
|
@ -54,13 +35,7 @@
|
|||
<Action name="edit_select_all"/>
|
||||
<Action name="invert_selection"/>
|
||||
</Menu>
|
||||
<Menu alreadyVisited="1" name="view" noMerge="1">
|
||||
<text translationDomain="kxmlgui6">&View</text>
|
||||
<Action name="view_zoom_in"/>
|
||||
<Action name="view_zoom_out"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="view_redisplay"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Menu name="view">
|
||||
<Action name="view_zoom_in"/>
|
||||
<Action name="view_zoom_reset"/>
|
||||
<Action name="view_zoom_out"/>
|
||||
|
|
@ -80,35 +55,19 @@
|
|||
<Action name="stop"/>
|
||||
<Separator/>
|
||||
<Action name="panels"/>
|
||||
<Menu icon="edit-select-text" name="location_bar" noMerge="1">
|
||||
<text context="@title:menu" translationDomain="dolphin">Location Bar</text>
|
||||
<Menu icon="edit-select-text" name="location_bar">
|
||||
<text context="@title:menu">Location Bar</text>
|
||||
<Action name="editable_location"/>
|
||||
<Action name="replace_location"/>
|
||||
</Menu>
|
||||
<Separator/>
|
||||
<Action name="view_properties"/>
|
||||
</Menu>
|
||||
<Menu alreadyVisited="1" name="go" noMerge="1">
|
||||
<text translationDomain="kxmlgui6">&Go</text>
|
||||
<Action name="go_up"/>
|
||||
<Action name="go_back"/>
|
||||
<Action name="go_forward"/>
|
||||
<Action name="go_home"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Menu name="go">
|
||||
<Action name="bookmarks"/>
|
||||
<Action name="closed_tabs"/>
|
||||
</Menu>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Menu alreadyVisited="1" name="tools" noMerge="1">
|
||||
<text translationDomain="kxmlgui6">&Tools</text>
|
||||
<Menu name="tools">
|
||||
<Action name="open_preferred_search_tool"/>
|
||||
<Action name="open_terminal"/>
|
||||
<Action name="open_terminal_here"/>
|
||||
|
|
@ -116,30 +75,8 @@
|
|||
<Action name="compare_files"/>
|
||||
<Action name="change_remote_encoding"/>
|
||||
</Menu>
|
||||
<Menu alreadyVisited="1" name="settings" noMerge="1">
|
||||
<text translationDomain="kxmlgui6">&Settings</text>
|
||||
<Action name="options_show_menubar"/>
|
||||
<Merge name="StandardToolBarMenuHandler"/>
|
||||
<Merge name="KMDIViewActions"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="switch_application_language"/>
|
||||
<Action name="options_configure_keybinding"/>
|
||||
<Action name="options_configure_toolbars"/>
|
||||
<Action name="options_configure"/>
|
||||
</Menu>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Menu alreadyVisited="1" name="help" noMerge="1">
|
||||
<text translationDomain="kxmlgui6">&Help</text>
|
||||
<Action name="help_contents"/>
|
||||
<Action name="help_whats_this"/>
|
||||
<Action name="open_kcommand_bar"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="help_report_bug"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="help_donate"/>
|
||||
<Separator weakSeparator="1"/>
|
||||
<Action name="help_about_app"/>
|
||||
<Action name="help_about_kde"/>
|
||||
<Menu name="settings">
|
||||
<Action name="window_color_sheme"/>
|
||||
</Menu>
|
||||
</MenuBar>
|
||||
<ToolBar alreadyVisited="1" name="mainToolBar" noMerge="1">
|
||||
|
|
@ -180,33 +117,30 @@
|
|||
</disable>
|
||||
</State>
|
||||
<ActionProperties scheme="Default">
|
||||
<Action icon="user_purple" iconText="sudo" name="act_as_admin"/>
|
||||
<Action name="add_to_places" priority="0"/>
|
||||
<Action name="compact" priority="0" shortcut="; "/>
|
||||
<Action iconText="Location" name="copy_location"/>
|
||||
<Action name="copy_to_inactive_split_view" shortcut="Shift+F5; Ctrl+1"/>
|
||||
<Action name="create_dir" priority="0"/>
|
||||
<Action name="details" priority="0"/>
|
||||
<Action name="edit_copy" priority="0"/>
|
||||
<Action name="edit_cut" priority="0" shortcut="Ctrl+X"/>
|
||||
<Action name="edit_paste" priority="0"/>
|
||||
<Action name="go_back" priority="0"/>
|
||||
<Action name="go_forward" priority="0"/>
|
||||
<Action name="go_up" priority="0"/>
|
||||
<Action name="go_home" priority="0" shortcut="Ctrl+Backspace; Home Page"/>
|
||||
<Action name="stop" priority="0"/>
|
||||
<Action name="go_up" priority="0"/>
|
||||
<Action name="icons" priority="0" shortcut="; "/>
|
||||
<Action name="compact" priority="0" shortcut="; "/>
|
||||
<Action name="details" priority="0"/>
|
||||
<Action name="move_to_inactive_split_view" shortcut="Shift+F6; Ctrl+2"/>
|
||||
<Action name="split_view" priority="0"/>
|
||||
<Action name="stop" priority="0"/>
|
||||
<Action name="toggle_filter" priority="0"/>
|
||||
<Action name="toggle_search" priority="0"/>
|
||||
<Action name="view_mode" priority="0"/>
|
||||
<Action name="view_settings" priority="0"/>
|
||||
<Action name="view_zoom_in" priority="0"/>
|
||||
<Action name="view_zoom_reset" priority="0"/>
|
||||
<Action name="view_zoom_out" priority="0"/>
|
||||
<Action name="edit_cut" priority="0" shortcut="Ctrl+X"/>
|
||||
<Action name="edit_copy" priority="0"/>
|
||||
<Action name="edit_paste" priority="0"/>
|
||||
<Action name="toggle_search" priority="0"/>
|
||||
<Action name="toggle_filter" priority="0"/>
|
||||
<Action name="create_dir" priority="0"/>
|
||||
<Action name="split_view" priority="0"/>
|
||||
<Action iconText="Location" name="copy_location"/>
|
||||
<Action icon="user_purple" iconText="sudo" name="act_as_admin"/>
|
||||
<Action name="add_to_places" priority="0"/>
|
||||
<Action name="copy_to_inactive_split_view" shortcut="Shift+F5; Ctrl+1"/>
|
||||
<Action name="move_to_inactive_split_view" shortcut="Shift+F6; Ctrl+2"/>
|
||||
<Action name="view_zoom_reset" priority="0"/>
|
||||
</ActionProperties>
|
||||
</gui>
|
||||
<!--
|
||||
vim:ft=xml
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version='1.0'?>
|
||||
<!DOCTYPE gui SYSTEM 'kpartgui.dtd'>
|
||||
<gui name="gwenview" version="70">
|
||||
<gui name="gwenview" version="71">
|
||||
<MenuBar>
|
||||
<Menu name="file">
|
||||
<Action name="file_save"/>
|
||||
|
|
@ -83,6 +83,10 @@
|
|||
<Separator/>
|
||||
<Action name="go_start_page"/>
|
||||
</Menu>
|
||||
<Menu name="settings">
|
||||
<text>Settings</text>
|
||||
<Action group="show_merge" name="window-colorscheme-menu"/>
|
||||
</Menu>
|
||||
</MenuBar>
|
||||
<ToolBar name="mainToolBar" noMerge="1">
|
||||
<text>Main Toolbar</text>
|
||||
|
|
@ -101,21 +105,18 @@
|
|||
<Action name="hamburger_menu"/>
|
||||
</ToolBar>
|
||||
<ActionProperties scheme="Default">
|
||||
<Action name="edit_cut" shortcut="Ctrl+X"/>
|
||||
<Action name="file_quit" shortcut="Ctrl+Q; Q"/>
|
||||
<Action name="fullscreen" priority="0"/>
|
||||
<Action name="go_next" shortcut="]; N"/>
|
||||
<Action name="edit_cut" shortcut="Ctrl+X"/>
|
||||
<Action name="go_previous" shortcut="[; P"/>
|
||||
<Action name="file_quit" shortcut="Ctrl+Q; Q"/>
|
||||
<Action name="view_zoom_to_fit" shortcut="Z"/>
|
||||
<Action name="toggle_thumbnailbar" shortcut="Ctrl+B; T"/>
|
||||
<Action name="open_kcommand_bar" shortcut="Ctrl+Alt+I; Ctrl+Shift+P"/>
|
||||
<Action name="view" shortcut="V; Space"/>
|
||||
<Action name="toggle_operations_sidebar" shortcut="E"/>
|
||||
<Action name="toggle_thumbnailbar" shortcut="Ctrl+B; T"/>
|
||||
<Action name="view" shortcut="V; Space"/>
|
||||
<Action name="view_toggle_spotlightmode" shortcut="O"/>
|
||||
<Action name="view_zoom_in" shortcut="=; Ctrl+="/>
|
||||
<Action name="view_zoom_out" shortcut="Ctrl+-; -"/>
|
||||
<Action name="view_zoom_to_fit" shortcut="Z"/>
|
||||
</ActionProperties>
|
||||
</gui>
|
||||
<!--
|
||||
vim:ft=xml
|
||||
-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue