mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-07 03:34:56 +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
|
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
|
BackSpace Back space
|
||||||
CapsLock Caps lock
|
CapsLock Caps lock
|
||||||
Esc Escape
|
Esc Escape
|
||||||
|
@ -152,7 +153,6 @@ Return Return
|
||||||
Space Space
|
Space Space
|
||||||
Super Windows button
|
Super Windows button
|
||||||
Tab Tab
|
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
|
Button1 Mouse button 1
|
||||||
Button2 Mouse button 2
|
Button2 Mouse button 2
|
||||||
Button3 Mouse button 3
|
Button3 Mouse button 3
|
||||||
Button4 Mouse button 4
|
Button4 Mouse button 4
|
||||||
Button5 Mouse button 5
|
Button5 Mouse button 5
|
||||||
========== ===========
|
|
||||||
|
|
||||||
They can also be combined with modifiers:
|
They can also be combined with modifiers:
|
||||||
|
|
||||||
|
@ -198,9 +198,11 @@ Shortcut functions
|
||||||
^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^
|
||||||
The following shortcut functions can be mapped:
|
The following shortcut functions can be mapped:
|
||||||
|
|
||||||
================= ===========
|
|
||||||
|
::
|
||||||
|
|
||||||
Function Description
|
Function Description
|
||||||
================= ===========
|
|
||||||
abort Switch back to normal mode
|
abort Switch back to normal mode
|
||||||
adjust_window Adjust page width
|
adjust_window Adjust page width
|
||||||
change_mode Change current mode
|
change_mode Change current mode
|
||||||
|
@ -221,7 +223,6 @@ toggle_index Show or hide index
|
||||||
toggle_inputbar Show or hide inputbar
|
toggle_inputbar Show or hide inputbar
|
||||||
toggle_statusbar Show or hide statusbar
|
toggle_statusbar Show or hide statusbar
|
||||||
zoom Zoom in or out
|
zoom Zoom in or out
|
||||||
================= ===========
|
|
||||||
|
|
||||||
Pass arguments
|
Pass arguments
|
||||||
^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in a new issue