]> git.armaanb.net Git - dmenu.git/blobdiff - dmenu.1
applied multisel patch to mainline
[dmenu.git] / dmenu.1
diff --git a/dmenu.1 b/dmenu.1
index b221417b774f4d446103e2a7e432d438a6485247..88f77de337b226616df8cf8e97a53eb04fdf8f3e 100644 (file)
--- a/dmenu.1
+++ b/dmenu.1
@@ -83,6 +83,9 @@ Copy the selected item to the input field.
 Confirm selection.  Prints the selected item to stdout and exits, returning
 success.
 .TP
+.B Ctrl-Return
+Confirm selection.  Prints the selected item to stdout and continues.
+.TP
 .B Shift\-Return
 Confirm input.  Prints the input text to stdout and exits, returning success.
 .TP
@@ -107,6 +110,9 @@ End
 C\-f
 Right
 .TP
+C\-g
+Escape
+.TP
 C\-h
 Backspace
 .TP
@@ -116,6 +122,9 @@ Tab
 C\-j
 Return
 .TP
+C\-J
+Shift-Return
+.TP
 C\-k
 Delete line right
 .TP
@@ -147,16 +156,16 @@ M\-G
 End
 .TP
 M\-h
-Page up
+Up
 .TP
 M\-j
-Up
+Page down
 .TP
 M\-k
-Down
+Page up
 .TP
 M\-l
-Page down
+Down
 .SH SEE ALSO
 .IR dwm (1),
 .IR stest (1)