mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:36:00 +01:00
[DOC] Improve example function mappings
This commit is contained in:
parent
62843b4b58
commit
e471a0b831
1 changed files with 8 additions and 8 deletions
|
@ -104,14 +104,14 @@ hand it is possible to just assign single letters, numbers or signs to it:
|
|||
|
||||
::
|
||||
|
||||
map a shortcut_function
|
||||
map b shortcut_function
|
||||
map c shortcut_function
|
||||
map 1 shortcut_function
|
||||
map 2 shortcut_function
|
||||
map 3 shortcut_function
|
||||
map ! shortcut_function
|
||||
map ? shortcut_function
|
||||
map a shortcut_function optional_argument
|
||||
map b shortcut_function optional_argument
|
||||
map c shortcut_function optional_argument
|
||||
map 1 shortcut_function optional_argument
|
||||
map 2 shortcut_function optional_argument
|
||||
map 3 shortcut_function optional_argument
|
||||
map ! shortcut_function optional_argument
|
||||
map ? shortcut_function optional_argument
|
||||
|
||||
Using modifiers
|
||||
^^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue