mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Add shift-enter to manpage.
This commit is contained in:
parent
3e419feecd
commit
2142103168
2 changed files with 14 additions and 4 deletions
|
@ -488,6 +488,8 @@ Rofi supports the following keybindings:
|
|||
* `Ctrl-Page Up`: Go to the previous column
|
||||
* `Ctrl-Page Down`: Go to the next column
|
||||
* `Ctrl-Enter`: Use entered text as command (in ssh/run dialog)
|
||||
* `Shift-Enter`: Launch the application in a terminal (in run dialog)
|
||||
* `Shift-Enter`: Return the selected entry and move to the next item while keeping Rofi open. (in dmenu)
|
||||
* `?`: Switch to the next modi. The list can be customized with the `-switchers` argument.
|
||||
* `ctrl-/`: Switch to the previous modi. The list can be customized with the `-switchers` argument.
|
||||
* `Ctrl-space`: Set selected item as input text.
|
||||
|
|
16
doc/rofi.1
16
doc/rofi.1
|
@ -610,6 +610,10 @@ Rofi supports the following keybindings:
|
|||
.IP \(bu 2
|
||||
\fB\fCCtrl\-Enter\fR: Use entered text as command (in ssh/run dialog)
|
||||
.IP \(bu 2
|
||||
\fB\fCShift\-Enter\fR: Launch the application in a terminal (in run dialog)
|
||||
.IP \(bu 2
|
||||
\fB\fCShift\-Enter\fR: Return the selected entry and move to the next item while keeping Rofi open. (in dmenu)
|
||||
.IP \(bu 2
|
||||
\fB\fC?\fR: Switch to the next modi. The list can be customized with the \fB\fC\-switchers\fR argument.
|
||||
.IP \(bu 2
|
||||
\fB\fCctrl\-/\fR: Switch to the previous modi. The list can be customized with the \fB\fC\-switchers\fR argument.
|
||||
|
@ -640,14 +644,18 @@ Check quotes used on the commandline: e.g. used “ instead of ".
|
|||
.SH WEBSITE
|
||||
.PP
|
||||
\fBrofi\fP website can be found at here
|
||||
\[la]https://davedavenport.github.io/rofi/\[ra]
|
||||
.UR https://davedavenport.github.io/rofi/
|
||||
.UE
|
||||
.PP
|
||||
\fBrofi\fP bugtracker can be found here
|
||||
\[la]https://github.com/DaveDavenport/rofi/issues\[ra]
|
||||
.UR https://github.com/DaveDavenport/rofi/issues
|
||||
.UE
|
||||
.SH AUTHOR
|
||||
.PP
|
||||
Qball Cow
|
||||
\[la]qball@gmpclient.org\[ra]
|
||||
.MT qball@gmpclient.org
|
||||
.ME
|
||||
.PP
|
||||
Original code based on work by: Sean Pringle
|
||||
\[la]sean.pringle@gmail.com\[ra]
|
||||
.MT sean.pringle@gmail.com
|
||||
.ME
|
||||
|
|
Loading…
Reference in a new issue