From 85a3937fb46eb3183d25ea068f9d752fb22a227a Mon Sep 17 00:00:00 2001
From: "A. Palsson" <noreply@apalsson.info>
Date: Tue, 10 Sep 2019 22:06:30 +0700
Subject: Added accelerator 't' for toggling visibility of the toolbar.

---
 shell/ev-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell/ev-window.c b/shell/ev-window.c
index 724491ca..9f37769a 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6601,7 +6601,7 @@ static const GtkActionEntry entries[] = {
 /* Toggle items */
 static const GtkToggleActionEntry toggle_entries[] = {
 	/* View Menu */
-	{ "ViewToolbar", NULL, N_("_Toolbar"), NULL,
+	{ "ViewToolbar", NULL, N_("_Toolbar"), "t",
 	  N_("Show or hide the toolbar"),
 	  G_CALLBACK (ev_window_view_toolbar_cb), TRUE },
         { "ViewSidebar", "gtk-index", N_("Side _Pane"), "F9",
-- 
cgit v1.2.1