mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 16:44:55 +01:00
Tables are not a good idea.
This commit is contained in:
parent
8fc64ba609
commit
783c9f2748
1 changed files with 63 additions and 62 deletions
125
zathurarc.5.rst
125
zathurarc.5.rst
|
@ -124,35 +124,35 @@ zathura allows it also to assign keys like the space bar or the tab button which
|
||||||
also have to be written in between angle brackets. The following special keys
|
also have to be written in between angle brackets. The following special keys
|
||||||
are currently available:
|
are currently available:
|
||||||
|
|
||||||
========== ===========
|
::
|
||||||
Identifier Description
|
|
||||||
========== ===========
|
Identifier Description
|
||||||
BackSpace Back space
|
|
||||||
CapsLock Caps lock
|
BackSpace Back space
|
||||||
Esc Escape
|
CapsLock Caps lock
|
||||||
Down Arrow down
|
Esc Escape
|
||||||
Up Arrow up
|
Down Arrow down
|
||||||
Left Arrow left
|
Up Arrow up
|
||||||
Right Arrow right
|
Left Arrow left
|
||||||
F1 F1
|
Right Arrow right
|
||||||
F2 F2
|
F1 F1
|
||||||
F3 F3
|
F2 F2
|
||||||
F4 F4
|
F3 F3
|
||||||
F5 F5
|
F4 F4
|
||||||
F6 F6
|
F5 F5
|
||||||
F7 F7
|
F6 F6
|
||||||
F8 F8
|
F7 F7
|
||||||
F9 F9
|
F8 F8
|
||||||
F10 F10
|
F9 F9
|
||||||
F11 F11
|
F10 F10
|
||||||
F12 F12
|
F11 F11
|
||||||
PageDown Page Down
|
F12 F12
|
||||||
PageUp Page Up
|
PageDown Page Down
|
||||||
Return Return
|
PageUp Page Up
|
||||||
Space Space
|
Return Return
|
||||||
Super Windows button
|
Space Space
|
||||||
Tab Tab
|
Super Windows button
|
||||||
========== ===========
|
Tab Tab
|
||||||
|
|
||||||
Of course it is possible to combine those special keys with a modifier. The
|
Of course it is possible to combine those special keys with a modifier. The
|
||||||
usage of those keys should be explained by the following examples:
|
usage of those keys should be explained by the following examples:
|
||||||
|
@ -167,15 +167,15 @@ Mouse buttons
|
||||||
It is also possible to map mouse buttons to shortcuts by using the following
|
It is also possible to map mouse buttons to shortcuts by using the following
|
||||||
special keys:
|
special keys:
|
||||||
|
|
||||||
========== ===========
|
::
|
||||||
Identifier Description
|
|
||||||
========== ===========
|
Identifier Description
|
||||||
Button1 Mouse button 1
|
|
||||||
Button2 Mouse button 2
|
Button1 Mouse button 1
|
||||||
Button3 Mouse button 3
|
Button2 Mouse button 2
|
||||||
Button4 Mouse button 4
|
Button3 Mouse button 3
|
||||||
Button5 Mouse button 5
|
Button4 Mouse button 4
|
||||||
========== ===========
|
Button5 Mouse button 5
|
||||||
|
|
||||||
They can also be combined with modifiers:
|
They can also be combined with modifiers:
|
||||||
|
|
||||||
|
@ -198,30 +198,31 @@ Shortcut functions
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
The following shortcut functions can be mapped:
|
The following shortcut functions can be mapped:
|
||||||
|
|
||||||
================= ===========
|
|
||||||
Function Description
|
::
|
||||||
================= ===========
|
|
||||||
abort Switch back to normal mode
|
Function Description
|
||||||
adjust_window Adjust page width
|
|
||||||
change_mode Change current mode
|
abort Switch back to normal mode
|
||||||
follow Follow a link
|
adjust_window Adjust page width
|
||||||
focus_inputbar Focus inputbar
|
change_mode Change current mode
|
||||||
goto Go to a certain page
|
follow Follow a link
|
||||||
index_navigate Navigate through the index
|
focus_inputbar Focus inputbar
|
||||||
navigate Navigate to the next/previous page
|
goto Go to a certain page
|
||||||
quit Quit zathura
|
index_navigate Navigate through the index
|
||||||
recolor Recolor the pages
|
navigate Navigate to the next/previous page
|
||||||
reload Reload the document
|
quit Quit zathura
|
||||||
rotate Rotate the page
|
recolor Recolor the pages
|
||||||
scroll Scroll
|
reload Reload the document
|
||||||
search Search next/previous item
|
rotate Rotate the page
|
||||||
set Set an option
|
scroll Scroll
|
||||||
toggle_fullscreen Toggle fullscreen
|
search Search next/previous item
|
||||||
toggle_index Show or hide index
|
set Set an option
|
||||||
toggle_inputbar Show or hide inputbar
|
toggle_fullscreen Toggle fullscreen
|
||||||
toggle_statusbar Show or hide statusbar
|
toggle_index Show or hide index
|
||||||
zoom Zoom in or out
|
toggle_inputbar Show or hide inputbar
|
||||||
================= ===========
|
toggle_statusbar Show or hide statusbar
|
||||||
|
zoom Zoom in or out
|
||||||
|
|
||||||
Pass arguments
|
Pass arguments
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in a new issue