[evince] Add shortcuts for Continuous and Dual modes
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] Add shortcuts for Continuous and Dual modes
- Date: Sun, 12 Apr 2015 08:17:57 +0000 (UTC)
commit 11d85daf1b58547e69839adc1731d9b2a4eee97a
Author: boisjaune <yannick voglaire gmail com>
Date: Thu Oct 23 22:16:50 2014 +0200
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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index af9ae38..7134d52 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", "<Ctrl>Left", NULL,
"win.rotate-right", "<Ctrl>Right", NULL,
"win.inverted-colors", "<Ctrl>I", NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]