From 11d85daf1b58547e69839adc1731d9b2a4eee97a Mon Sep 17 00:00:00 2001 From: boisjaune Date: Thu, 23 Oct 2014 22:16:50 +0200 Subject: [PATCH] Add shortcuts for Continuous and Dual modes The "Continuous" and "Dual" menu entries are among the few that do not have a shortcut. This patch adds the shortcut 'c' to toggle the Continuous mode, and the sortcut 'd' to toggle the Dual mode. Together with the existing shortcuts 'f' and 'w', they allow to quickly change between different layouts. https://bugzilla.gnome.org/show_bug.cgi?id=670964 --- shell/ev-application.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/ev-application.c b/shell/ev-application.c index af9ae38b..7134d52b 100644 --- a/shell/ev-application.c +++ b/shell/ev-application.c @@ -1077,6 +1077,8 @@ ev_application_startup (GApplication *gapplication) "win.show-side-pane", "F9", NULL, "win.fullscreen", "F11", NULL, "win.presentation", "F5", NULL, + "win.continuous", "c", NULL, + "win.dual-page", "d", NULL, "win.rotate-left", "Left", NULL, "win.rotate-right", "Right", NULL, "win.inverted-colors", "I", NULL,