Added support for custom key binding
This commit is contained in:
4545
man/wofi-keys.7
Normal file
4545
man/wofi-keys.7
Normal file
File diff suppressed because it is too large
Load Diff
24
man/wofi.5
24
man/wofi.5
@@ -117,6 +117,30 @@ Specifies the rate at which search results are updated in milliseconds, default
|
||||
.TP
|
||||
.B image_size=\fISIZE\fR
|
||||
Specifies the size of images in pixels when images are enabled, default is 32.
|
||||
.TP
|
||||
.B key_up=\fIKEY\fR
|
||||
Specifies the key to use in order to move up. Default is Up(Up arrow). See \fBwofi\-keys\fR(7) for the key codes.
|
||||
.TP
|
||||
.B key_down=\fIKEY\fR
|
||||
Sepcifies the key to use in order to move down. Default is Down(Down arrow). See \fBwofi\-keys\fR(7) for the key codes.
|
||||
.TP
|
||||
.B key_left=\fIKEY\fR
|
||||
Specifies the key to use in order to move left. Default is Left(Left arrow). See \fBwofi\-keys\fR(7) for the key codes.
|
||||
.TP
|
||||
.B key_right=\fIKEY\fR
|
||||
Specifies the key to use in order to move right. Default is Right(Right arrow). See \fBwofi\-keys\fR(7) for the key codes.
|
||||
.TP
|
||||
.B key_forward=\fIKEY\fR
|
||||
Specifies the key to use in order to move forward. Default is Tab. See \fBwofi\-keys\fR(7) for the key codes.
|
||||
.TP
|
||||
.B key_backward=\fIKEY\fR
|
||||
Specifies the key to use in order to move backward. Default is ISO_Left_Tab(Shift+Tab). See \fBwofi\-keys\fR(7) for the key codes.
|
||||
.TP
|
||||
.B key_submit=\fIKEY\fR
|
||||
Specifies the key to use in order to submit an action. Default is Return. See \fBwofi\-keys\fR(7) for the key codes.
|
||||
.TP
|
||||
.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.
|
||||
|
||||
.SH CSS SELECTORS
|
||||
Any GTK widget can be selected by using the name of its CSS node, these however might change with updates and are not guarenteed to stay constant. Wofi also provides certain widgets with names and classes which can be referenced from CSS to give access to the most important widgets easily. \fBwofi\fR(7) contains the current widget layout used by wofi so if you want to get into CSS directly using GTK widget names look there for info.
|
||||
|
Reference in New Issue
Block a user