mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-30 16:54:57 +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
|
@ -124,9 +124,10 @@ 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
|
||||
are currently available:
|
||||
|
||||
========== ===========
|
||||
::
|
||||
|
||||
Identifier Description
|
||||
========== ===========
|
||||
|
||||
BackSpace Back space
|
||||
CapsLock Caps lock
|
||||
Esc Escape
|
||||
|
@ -152,7 +153,6 @@ Return Return
|
|||
Space Space
|
||||
Super Windows button
|
||||
Tab Tab
|
||||
========== ===========
|
||||
|
||||
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:
|
||||
|
@ -167,15 +167,15 @@ Mouse buttons
|
|||
It is also possible to map mouse buttons to shortcuts by using the following
|
||||
special keys:
|
||||
|
||||
========== ===========
|
||||
::
|
||||
|
||||
Identifier Description
|
||||
========== ===========
|
||||
|
||||
Button1 Mouse button 1
|
||||
Button2 Mouse button 2
|
||||
Button3 Mouse button 3
|
||||
Button4 Mouse button 4
|
||||
Button5 Mouse button 5
|
||||
========== ===========
|
||||
|
||||
They can also be combined with modifiers:
|
||||
|
||||
|
@ -198,9 +198,11 @@ Shortcut functions
|
|||
^^^^^^^^^^^^^^^^^^
|
||||
The following shortcut functions can be mapped:
|
||||
|
||||
================= ===========
|
||||
|
||||
::
|
||||
|
||||
Function Description
|
||||
================= ===========
|
||||
|
||||
abort Switch back to normal mode
|
||||
adjust_window Adjust page width
|
||||
change_mode Change current mode
|
||||
|
@ -221,7 +223,6 @@ toggle_index Show or hide index
|
|||
toggle_inputbar Show or hide inputbar
|
||||
toggle_statusbar Show or hide statusbar
|
||||
zoom Zoom in or out
|
||||
================= ===========
|
||||
|
||||
Pass arguments
|
||||
^^^^^^^^^^^^^^
|
||||
|
|
Loading…
Reference in a new issue