[Xfce4-commits] [xfce/thunar] 01/01: Add Alt+D as alternative accelerator for Open Location (Bug #15828)
noreply at xfce.org
noreply at xfce.org
Sun Aug 25 23:06:47 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 4
in repository xfce/thunar.
commit 47b06d1a41b8ccf8a43b86c44c1beb02448d7a61
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Aug 25 18:05:32 2019 -0300
Add Alt+D as alternative accelerator for Open Location (Bug #15828)
---
thunar/thunar-standard-view-ui.xml | 1 +
thunar/thunar-window.c | 1 +
2 files changed, 2 insertions(+)
diff --git a/thunar/thunar-standard-view-ui.xml b/thunar/thunar-standard-view-ui.xml
index 2a1c609..6972427 100644
--- a/thunar/thunar-standard-view-ui.xml
+++ b/thunar/thunar-standard-view-ui.xml
@@ -9,6 +9,7 @@
-->
<accelerator action="zoom-in-alt"/>
+ <accelerator action="open-location-alt"/>
<menubar name="main-menu">
<menu action="file-menu">
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 7755725..269a5d6 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -377,6 +377,7 @@ static GtkActionEntry action_entries[] =
{ "open-network", "network-workgroup", N_("B_rowse Network"), NULL, N_ ("Browse local network connections"), G_CALLBACK (thunar_window_action_open_network), },
{ "open-templates", "text-x-generic-template", N_("T_emplates"), NULL, N_ ("Go to the templates folder"), G_CALLBACK (thunar_window_action_open_templates), },
{ "open-location", NULL, N_ ("_Open Location..."), "<control>L", N_ ("Specify a location to open"), G_CALLBACK (thunar_window_action_open_location), },
+ { "open-location-alt", NULL, "open-location-alt", "<alt>D", NULL, G_CALLBACK (thunar_window_action_open_location), },
{ "help-menu", NULL, N_ ("_Help"), NULL, },
{ "contents", "help-browser", N_ ("_Contents"), "F1", N_ ("Display Thunar user manual"), G_CALLBACK (thunar_window_action_contents), },
{ "about", "help-about", N_ ("_About"), NULL, N_ ("Display information about Thunar"), G_CALLBACK (thunar_window_action_about), },
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list