diff options
author | Antia Puentes <[email protected]> | 2013-07-26 14:42:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-09-06 21:19:51 +0200 |
commit | 62bc1f7c30631da0fd7a0ee1294050c697e2b35b (patch) | |
tree | 119eafb82479babbbda9639a2e62dc13b961976e /data | |
parent | 534bb05456ae915bd4ab8fab0183eb14dd479d24 (diff) | |
download | atril-62bc1f7c30631da0fd7a0ee1294050c697e2b35b.tar.bz2 atril-62bc1f7c30631da0fd7a0ee1294050c697e2b35b.tar.xz |
shell: Enable/disable the caret navigation with F7
https://bugzilla.gnome.org/show_bug.cgi?id=702079
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-10&id=fc9b6d1
Diffstat (limited to 'data')
-rw-r--r-- | data/atril-ui.xml | 1 | ||||
-rw-r--r-- | data/org.mate.Atril.gschema.xml | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/data/atril-ui.xml b/data/atril-ui.xml index 182082f3..a2647426 100644 --- a/data/atril-ui.xml +++ b/data/atril-ui.xml @@ -129,6 +129,7 @@ <accelerator name="CtrlInsertAccel" action="CtrlInsert" /> <accelerator name="FitPageAccel" action ="FitPage" /> <accelerator name="FitWidthAccel" action ="FitWidth" /> + <accelerator name="F7Accel" action="F7" /> <toolbar name="FullscreenToolbar"> <toolitem name="GoPreviousPage" action="GoPreviousPage"/> diff --git a/data/org.mate.Atril.gschema.xml b/data/org.mate.Atril.gschema.xml index f2db7253..1a1c1803 100644 --- a/data/org.mate.Atril.gschema.xml +++ b/data/org.mate.Atril.gschema.xml @@ -30,7 +30,10 @@ <summary>Page cache size in MiB</summary> <description>The maximum size that will be used to cache rendered pages, limits maximum zoom level.</description> </key> - + <key name="show-caret-navigation-message" type="b"> + <default>true</default> + <summary>Show a dialog to confirm that the user wants to activate the caret navigation.</summary> + </key> <child name="default" schema="org.mate.Atril.Default"/> </schema> |