Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/evince-ui.xml
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-18 18:15:23 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-18 18:15:23 (GMT)
commit9a29009b83a1453fc57082bdf1651a3d972a5279 (patch)
tree4bfd8fba944badce9fa9c0bf4549682cfacbcbe8 /data/evince-ui.xml
parent3f3b7a054f3b5d704fc1389b4551a4bed49e63bc (diff)
Make PgUp/Down behave like Space
2005-05-18 Marco Pesenti Gritti <mpg@redhat.com> * data/evince-ui.xml: * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init): * shell/ev-window.c: (set_view_actions_sensitivity): Make PgUp/Down behave like Space
Diffstat (limited to 'data/evince-ui.xml')
-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 c049cc0..b3723ff 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -62,6 +62,8 @@
<toolitem action="ViewZoom"/>
</toolbar>
+ <accelerator name="PageDownAccel" action="PageDown"/>
+ <accelerator name="PageUpAccel" action="PageUp"/>
<accelerator name="EscapeAccel" action="Escape"/>
<accelerator name="SlashAccel" action="Slash"/>
<accelerator name="SpaceAccel" action="Space"/>