Added page up/down support

This commit is contained in:
Scoopta
2020-03-11 18:27:44 -07:00
parent b172590829
commit 3e64b23847
2 changed files with 35 additions and 7 deletions

View File

@@ -145,6 +145,12 @@ Specifies the key to use in order to submit an action. Default is Return. See \f
.B key_exit=\fIKEY\fR
Specifies the key to use in order to exit wofi. Default is Escape. See \fBwofi\-keys\fR(7) for the key codes.
.TP
.B key_pgup=\fIKEY\fR
Specifies the key to use in order to move one page up. Default is Page_Up. See \fBwofi\-keys\fR(7) for the key codes.
.TP
.B key_pgdn=\fIKEY\fR
Specifies the key to use in order to move one page down. Default is Page_Down. See \fBwofi\-keys\fR(7) for the key codes.
.TP
.B line_wrap=\fIMODE\fR
Specifies the line wrap mode to use. The options are off, word, char, and word_char. Default is off.
.TP