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-11-27 18:21:06 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-11-27 18:21:06 (GMT)
commit70234be66de0f5ee59c945ff2f0398faea2e5ef6 (patch)
treedf86d1a55e1663781bd1e9dc753ebfcb821e94c1 /data
parentc914510ee5b56a29c562f2054d8c4e627714483e (diff)
Enter as shortcut key for next page. Fix for the bug #321394.
* data/evince-ui.xml: * shell/ev-window.c: (ev_window_set_view_accels_sensitivity): Enter as shortcut key for next page. Fix for the bug #321394.
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 e280cbb..122bf26 100644
--- a/data/evince-ui.xml
+++ b/data/evince-ui.xml
@@ -65,9 +65,11 @@
<accelerator name="EscapeAccel" action="Escape"/>
<accelerator name="SlashAccel" action="Slash"/>
<accelerator name="SpaceAccel" action="Space"/>
+ <accelerator name="ReturnAccel" action="Return"/>
<accelerator name="BackSpaceAccel" action="BackSpace"/>
<accelerator name="ShiftSpaceAccel" action="ShiftSpace"/>
<accelerator name="ShiftBackSpaceAccel" action="ShiftBackSpace"/>
+ <accelerator name="ShiftReturnAccel" action="ShiftReturn"/>
<accelerator name="FocusPageSelectorAccel" action="FocusPageSelector"/>
<accelerator name="PlusAccel" action="Plus"/>
<accelerator name="MinusAccel" action="Minus"/>