aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmenu.122
1 files changed, 11 insertions, 11 deletions
diff --git a/dmenu.1 b/dmenu.1
index 477219a..4e44e27 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -1,4 +1,4 @@
1.TH DMENU 1 dmenu-VERSION 1.TH DMENU 1 dmenu\-VERSION
2.SH NAME 2.SH NAME
3dmenu \- dynamic menu 3dmenu \- dynamic menu
4.SH SYNOPSIS 4.SH SYNOPSIS
@@ -53,41 +53,41 @@ dmenu is completely controlled by the keyboard. The following keys are recognize
53Appends the character to the text in the input field. This works as a filter: 53Appends the character to the text in the input field. This works as a filter:
54only items containing this text will be displayed. 54only items containing this text will be displayed.
55.TP 55.TP
56.B Left/Right (Mod1-h/Mod1-l) 56.B Left/Right (Mod1\-h/Mod1\-l)
57Select the previous/next item. 57Select the previous/next item.
58.TP 58.TP
59.B PageUp/PageDown (Mod1-k/Mod1-j) 59.B PageUp/PageDown (Mod1\-k/Mod1\-j)
60Select the first item of the previous/next 'page' of items. 60Select the first item of the previous/next 'page' of items.
61.TP 61.TP
62.B Home/End (Mod1-g/Mod1-G) 62.B Home/End (Mod1\-g/Mod1\-G)
63Select the first/last item. 63Select the first/last item.
64.TP 64.TP
65.B Tab (Control-i) 65.B Tab (Control\-i)
66Copy the selected item to the input field. 66Copy the selected item to the input field.
67.TP 67.TP
68.B Return (Control-j) 68.B Return (Control\-j)
69Confirm selection and quit (print the selected item to standard output). Returns 69Confirm selection and quit (print the selected item to standard output). Returns
70.B 0 70.B 0
71on termination. 71on termination.
72.TP 72.TP
73.B Shift-Return (Control-Shift-j) 73.B Shift\-Return (Control\-Shift\-j)
74Confirm selection and quit (print the text in the input field to standard output). 74Confirm selection and quit (print the text in the input field to standard output).
75Returns 75Returns
76.B 0 76.B 0
77on termination. 77on termination.
78.TP 78.TP
79.B Escape (Control-bracketleft) 79.B Escape (Control\-bracketleft)
80Quit without selecting an item. Returns 80Quit without selecting an item. Returns
81.B 1 81.B 1
82on termination. 82on termination.
83.TP 83.TP
84.B Backspace (Control-h) 84.B Backspace (Control\-h)
85Remove enough characters from the input field to change its filtering effect. 85Remove enough characters from the input field to change its filtering effect.
86.TP 86.TP
87.B Control-u 87.B Control\-u
88Remove all characters from the input field. 88Remove all characters from the input field.
89.TP 89.TP
90.B Control-w 90.B Control\-w
91Remove all characters of current word from the input field. 91Remove all characters of current word from the input field.
92.SH SEE ALSO 92.SH SEE ALSO
93.BR dwm (1), 93.BR dwm (1),