[evince/gnome-3-14] Add = and <Ctrl>= keybindings for zooming in
- From: Lars Uebernickel <larsu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince/gnome-3-14] Add = and <Ctrl>= keybindings for zooming in
- Date: Fri, 20 Feb 2015 10:37:49 +0000 (UTC)
commit 400e6ae18458c0bfbfabf8674ff2c6af9981822d
Author: Lars Uebernickel <lars uebernickel canonical com>
Date: Thu Oct 16 12:51:34 2014 +0200
Add = and <Ctrl>= keybindings for zooming in
Many keyboard layouts have + only reachable via <Shift>=. Make it easier for
users of those layouts to zoom in.
https://bugzilla.gnome.org/show_bug.cgi?id=738625
shell/ev-application.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/ev-application.c b/shell/ev-application.c
index d0f1a52..57ae8ad 100644
--- a/shell/ev-application.c
+++ b/shell/ev-application.c
@@ -1071,7 +1071,7 @@ ev_application_startup (GApplication *gapplication)
"win.sizing-mode::fit-width", "w", NULL,
"win.open-menu", "F10", NULL,
"win.caret-navigation", "F7", NULL,
- "win.zoom-in", "plus", "<Ctrl>plus", "KP_Add", "<Ctrl>KP_Add", NULL,
+ "win.zoom-in", "plus", "<Ctrl>plus", "KP_Add", "<Ctrl>KP_Add", "equal",
"<Ctrl>equal", NULL,
"win.zoom-out", "minus", "<Ctrl>minus", "KP_Subtract", "<Ctrl>KP_Subtract", NULL,
"win.show-side-pane", "F9", NULL,
"win.fullscreen", "F11", NULL,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]