summaryrefslogtreecommitdiff
path: root/thunar/thunar-window.c
diff options
context:
space:
mode:
authorAndre Miranda <andreldm@xfce.org>2019-08-25 18:05:32 -0300
committerAndre Miranda <andreldm@xfce.org>2019-08-25 18:05:32 -0300
commit4b8ad2bca6e33940a1d22341e2754a94f874d7cf (patch)
tree55bc8b22bea606b91d8c8f0680fa54fcbd7eca71 /thunar/thunar-window.c
parenta3e178cb82f6b41b0e3f3cac18e7d83cca70eade (diff)
downloadthunar-4b8ad2bca6e33940a1d22341e2754a94f874d7cf.tar.gz
Add Alt+D as alternative accelerator for Open Location (Bug #15828)
Diffstat (limited to 'thunar/thunar-window.c')
-rw-r--r--thunar/thunar-window.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index c27798d3..2b06cf88 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -380,6 +380,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), },