From 89a0e4e1c0c5566129309b64873675f61f5362b8 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 31 Aug 2017 09:40:08 +0200 Subject: Activate shortcut keys for dual and continuous layout 'd' for dual and 'w' for continuous layout. --- shell/ev-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell') diff --git a/shell/ev-window.c b/shell/ev-window.c index 9213e50d..93b10a34 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -6325,10 +6325,10 @@ static const GtkToggleActionEntry toggle_entries[] = { { "ViewSidebar", GTK_STOCK_INDEX, N_("Side _Pane"), "F9", N_("Show or hide the side pane"), G_CALLBACK (ev_window_view_sidebar_cb), TRUE }, - { "ViewContinuous", EV_STOCK_VIEW_CONTINUOUS, N_("_Continuous"), NULL, + { "ViewContinuous", EV_STOCK_VIEW_CONTINUOUS, N_("_Continuous"), "c", N_("Show the entire document"), G_CALLBACK (ev_window_cmd_continuous), TRUE }, - { "ViewDual", EV_STOCK_VIEW_DUAL, N_("_Dual"), NULL, + { "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, -- cgit v1.2.1