diff --git a/doc/rofi-manpage.markdown b/doc/rofi-manpage.markdown index d714225a..db763739 100644 --- a/doc/rofi-manpage.markdown +++ b/doc/rofi-manpage.markdown @@ -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. diff --git a/doc/rofi.1 b/doc/rofi.1 index dd940317..349c161d 100644 --- a/doc/rofi.1 +++ b/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