Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-18 06:50:29 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-06-18 06:50:29 (GMT)
commit0b77ab6efe83e32698b0f1390916c1a7d7738261 (patch)
tree8681ca9b7a3d5db8a345af5cfcc418366048ee24 /data
parentcbb8cbc64ce1a462ef98959357772c6dfdc4ec46 (diff)
Shift + PageUp moves 10 Pages. Fix for 306125
* data/evince-ui.xml: * shell/ev-window.c: (ev_window_cmd_go_forward), (ev_window_cmd_go_backward): Shift + PageUp moves 10 Pages. Fix for 306125
Diffstat (limited to 'data')
-rw-r--r--data/evince-ui.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/evince-ui.xml b/data/evince-ui.xml
index be1cf0b..1cb27cf 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -80,4 +80,6 @@
<accelerator name="PlusAccel" action="Plus"/>
<accelerator name="MinusAccel" action="Minus"/>
<accelerator name="CtrlEqualAccel" action="CtrlEqual"/>
+ <accelerator name="GoBackwardFastAccel" action="GoBackwardFast"/>
+ <accelerator name="GoForwardFastAccel" action="GoForwardFast"/>
</ui>