mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:53:46 +01:00
Merge branch 'doc-fixes' into 'develop'
Doc fixes See merge request pwmt/zathura!20
This commit is contained in:
commit
c944e6e878
@ -104,14 +104,14 @@ hand it is possible to just assign single letters, numbers or signs to it:
|
|||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
map a shortcut_function
|
map a shortcut_function optional_argument
|
||||||
map b shortcut_function
|
map b shortcut_function optional_argument
|
||||||
map c shortcut_function
|
map c shortcut_function optional_argument
|
||||||
map 1 shortcut_function
|
map 1 shortcut_function optional_argument
|
||||||
map 2 shortcut_function
|
map 2 shortcut_function optional_argument
|
||||||
map 3 shortcut_function
|
map 3 shortcut_function optional_argument
|
||||||
map ! shortcut_function
|
map ! shortcut_function optional_argument
|
||||||
map ? shortcut_function
|
map ? shortcut_function optional_argument
|
||||||
|
|
||||||
Using modifiers
|
Using modifiers
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
@ -245,7 +245,8 @@ The following shortcut functions can be mapped:
|
|||||||
|
|
||||||
* ``jumplist``
|
* ``jumplist``
|
||||||
|
|
||||||
Move forwards/backwards in the jumplist.
|
Move forwards/backwards in the jumplist. Pass ``forward`` as argument to
|
||||||
|
move to the next entry and ``backward`` to move to the previous one.
|
||||||
|
|
||||||
* ``navigate``
|
* ``navigate``
|
||||||
|
|
||||||
@ -342,12 +343,14 @@ Possible arguments are:
|
|||||||
|
|
||||||
* best-fit
|
* best-fit
|
||||||
* bottom
|
* bottom
|
||||||
|
* backward
|
||||||
* collapse
|
* collapse
|
||||||
* collapse-all
|
* collapse-all
|
||||||
* default
|
* default
|
||||||
* down
|
* down
|
||||||
* expand
|
* expand
|
||||||
* expand-all
|
* expand-all
|
||||||
|
* forward
|
||||||
* full-down
|
* full-down
|
||||||
* full-up
|
* full-up
|
||||||
* half-down
|
* half-down
|
||||||
|
Loading…
Reference in New Issue
Block a user