From 5782894e032b84dc99bd4214876989bb61667a9d Mon Sep 17 00:00:00 2001
From: "A. Palsson" <noreply@apalsson.info>
Date: Tue, 17 Sep 2019 21:16:09 +0700
Subject: Added accelerator 'o' for toggling Odd Pages Left.

Fixes https://github.com/mate-desktop/atril/issues/365
---
 shell/ev-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'shell')

diff --git a/shell/ev-window.c b/shell/ev-window.c
index 9f37769a..0188b588 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -6613,7 +6613,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
         { "ViewDual", EV_STOCK_VIEW_DUAL, N_("_Dual"), "d",
 	  N_("Show two pages at once"),
 	  G_CALLBACK (ev_window_cmd_dual), FALSE },
-	{ "ViewDualOddLeft", NULL, N_("_Odd pages left"), NULL,
+	{ "ViewDualOddLeft", NULL, N_("_Odd pages left"), "o",
 	  N_("Show odd pages on the left in dual mode"),
 	  G_CALLBACK (ev_window_cmd_dual_odd_pages_left), FALSE },
         { "ViewFullscreen", "view-fullscreen", N_("_Fullscreen"), "F11",
-- 
cgit v1.2.1