update zathurarc.5.rst

This commit is contained in:
Sebastian Ramacher 2011-07-08 17:21:11 +02:00
parent 426fef1eb9
commit 8e61a8592c
2 changed files with 13 additions and 29 deletions

View File

@ -327,6 +327,7 @@ ArgumentName argument_names[] = {
{"insert", INSERT}, {"insert", INSERT},
{"left", LEFT}, {"left", LEFT},
{"next", NEXT}, {"next", NEXT},
{"noadjust", ADJUST_NONE},
{"original", ZOOM_ORIGINAL}, {"original", ZOOM_ORIGINAL},
{"out", ZOOM_OUT}, {"out", ZOOM_OUT},
{"previous", PREVIOUS}, {"previous", PREVIOUS},

View File

@ -32,11 +32,11 @@ set
[id] and the corresponding [value] can be one of [id] and the corresponding [value] can be one of
* adjust_open [23-25] - adjust mode. * adjust_open [bestfit|width|noadjust] - adjust mode.
- 23: adjust to best fit - bestfit: adjust to best fit
- 24: adjust to width - width: adjust to width
- 25: don't adjust - noadjust: don't adjust
* browser, * browser,
uri_command [string] - command to open external URIs. uri_command [string] - command to open external URIs.
@ -92,6 +92,9 @@ set
* recolor [bool] - invert the image. * recolor [bool] - invert the image.
* save_position, save_zoom_level [bool] - save current page and zoom level in
bookmarks file.
* scroll_step [float] - scroll step. * scroll_step [float] - scroll step.
* scroll_wrap [bool] - wrap scrolling at the end and beginning of the document. * scroll_wrap [bool] - wrap scrolling at the end and beginning of the document.
@ -123,10 +126,9 @@ uppercase shortcuts or one of
* abort - clear command line and buffer. * abort - clear command line and buffer.
* adjust_window * adjust_window
* change_buffer [11-12]: change buffer. * change_buffer [delete_last]: change buffer.
- 11: delete last word - delete_last: delete last character
- 12: delete last character
* change_mode [mode] - change mode. * change_mode [mode] - change mode.
@ -134,32 +136,13 @@ uppercase shortcuts or one of
* focus_inputbar - focus the inputbar. * focus_inputbar - focus the inputbar.
* follow - follow a URI. * follow - follow a URI.
* navigate [0-3] - navigate the document. * navigate [next|previous|left|right] - navigate the document.
* navigate_index [up|down|expand|collapse|select] - nagivate the index.
- 0: next
- 1: previous
- 2: left
- 3: right
* navigate_index [4-5|30-33] - nagivate the index.
- 4: up
- 5: down
- 30: expand
- 31: collapse
- 32: select
* quit - quit zathura. * quit - quit zathura.
* recolor - toogle recolor setting. * recolor - toogle recolor setting.
* reload - reload the file. * reload - reload the file.
* rotate - rotate by 90 degrees clockwise. * rotate - rotate by 90 degrees clockwise.
* scroll [2-5|36-39] scroll. * scroll [up|down|half_up|half_down|full_up|full_down|left|right] - scroll.
- 36: half up
- 37: half down
- 38: full up
- 39: full down
* search [string] - search for the specified string. * search [string] - search for the specified string.
* switch_goto_mode - toogle goto mode. * switch_goto_mode - toogle goto mode.
* toggle_fullscreen - toogle fullscreen mode. * toggle_fullscreen - toogle fullscreen mode.