Resolves: rhbz#1358249 restore ctrl page up/down shortcuts
This commit is contained in:
parent
4ecdf58000
commit
318a1bb8c8
18
0001-Resolves-rhbz-1358249-page-up-down.patch
Normal file
18
0001-Resolves-rhbz-1358249-page-up-down.patch
Normal file
@ -0,0 +1,18 @@
|
||||
@@ -, +, @@
|
||||
---
|
||||
shell/ev-application.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
--- a/shell/ev-application.c
|
||||
+++ a/shell/ev-application.c
|
||||
@@ -1066,8 +1066,8 @@ ev_application_startup (GApplication *gapplication)
|
||||
"win.select-page", "<Ctrl>L", NULL,
|
||||
"win.go-backwards", "<Shift>Page_Up", NULL,
|
||||
"win.go-forward", "<Shift>Page_Down", NULL,
|
||||
- "win.go-next-page", "n", NULL,
|
||||
- "win.go-previous-page", "p", NULL,
|
||||
+ "win.go-next-page", "n", "<Ctrl>Page_Down", NULL,
|
||||
+ "win.go-previous-page", "p", "<Ctrl>Page_Up", NULL,
|
||||
"win.go-back-history", "<alt>P", NULL,
|
||||
"win.go-forward-history", "<alt>N", NULL,
|
||||
"win.sizing-mode::fit-page", "f", NULL,
|
||||
--
|
@ -5,7 +5,7 @@
|
||||
|
||||
Name: evince
|
||||
Version: 3.22.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Document viewer
|
||||
|
||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||
@ -19,6 +19,7 @@ Patch1: 0001-gnome-692552-don-t-complain-about-inability-to-copy-.patch
|
||||
Patch2: 0001-Resolves-rhbz-1404656-crash-on-opening-second-evince.patch
|
||||
#https://bugzilla.gnome.org/show_bug.cgi?id=766749
|
||||
Patch3: 0001-Resolves-deb-762530-rhbz-1061177-add-man-pages.patch
|
||||
Patch4: 0001-Resolves-rhbz-1358249-page-up-down.patch
|
||||
|
||||
BuildRequires: pkgconfig(adwaita-icon-theme)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= %{glib2_version}
|
||||
@ -261,6 +262,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
|
||||
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
||||
|
||||
%changelog
|
||||
* Mon Jan 16 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-5
|
||||
- Resolves: rhbz#1358249 restore ctrl page up/down shortcuts
|
||||
|
||||
* Tue Jan 10 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-4
|
||||
- Resolves: rhbz#1061177 add man pages for evince-previewer and evince-thumbnailer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user