diff options
| author | Anselm R. Garbe <[email protected]> | 2007-01-11 13:51:15 +0100 |
|---|---|---|
| committer | Anselm R. Garbe <[email protected]> | 2007-01-11 13:51:15 +0100 |
| commit | 09813fcf2c7929fbfe5bc2f9d877c4e2e83e14b8 (patch) | |
| tree | 6479425df6f4965071152434c783f5f30d6097b3 | |
| parent | documenting undocumented vi-alike shortcuts of dmenu (diff) | |
| download | dmenu-09813fcf2c7929fbfe5bc2f9d877c4e2e83e14b8.tar.gz dmenu-09813fcf2c7929fbfe5bc2f9d877c4e2e83e14b8.tar.bz2 dmenu-09813fcf2c7929fbfe5bc2f9d877c4e2e83e14b8.zip | |
s/Mod1-Shift-g/Mod1-G/ in fact Sander is right
| -rw-r--r-- | dmenu.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1 index 4bc5b03..2d2d670 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -63,7 +63,7 @@ Select the previous/next item. .B PageUp/PageDown (Mod1-k/Mod1-j) Select the first item of the previous/next 'page' of items. .TP -.B Home/End (Mod1-g/Mod1-Shift-g) +.B Home/End (Mod1-g/Mod1-G) Select the first/last item. .TP .B Tab (Control-i) |