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:
authorCarlos Garcia Campos <carlosgc@gnome.org>2009-11-15 11:30:12 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-11-15 11:30:12 (GMT)
commitf97478427273656d4cac310c4846ba69ed985443 (patch)
tree2df695549e22308657ea0c567f251b2780a015ea /data/evince-ui.xml
parent2242d8db97b5ce5694acadfa33848fd321e28936 (diff)
Use "n" and "p" keys for page jump
Fixes bgo#601217.
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 7ac4edb..bd5e947 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -101,6 +101,8 @@
<accelerator name="BackSpaceAccel" action="BackSpace"/>
<accelerator name="ShiftSpaceAccel" action="ShiftSpace"/>
<accelerator name="ShiftBackSpaceAccel" action="ShiftBackSpace"/>
+ <accelerator name="pAccel" action="p"/>
+ <accelerator name="nAccel" action="n"/>
<accelerator name="ShiftReturnAccel" action="ShiftReturn"/>
<accelerator name="FocusPageSelectorAccel" action="FocusPageSelector"/>
<accelerator name="PlusAccel" action="Plus"/>