From 45115feb15f1c796ea8b5158ab08f8111d5c4972 Mon Sep 17 00:00:00 2001 From: phillbush Date: Thu, 17 Sep 2020 00:54:35 -0300 Subject: [PATCH] add reference to new features on the manual --- xmenu.1 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/xmenu.1 b/xmenu.1 index 1e602df..9a0f6a7 100644 --- a/xmenu.1 +++ b/xmenu.1 @@ -95,8 +95,15 @@ is controlled by the mouse, but can also be controlled by the keyboard. Items can be selected using the arrow keys, Tab (with and without Shift), +Home, End, Enter and Esc. .TP +.BR Home +Select the first item in the menu. +.TP +.BR End +Select the last item in the menu. +.TP .BR Down ", " Tab Cycle through the items in the regular direction. .TP @@ -111,6 +118,10 @@ Go to the menu above. .TP .B Esc Go to the menu above or exit xmenu. +.PP +Additional key bindings can be set at compile time by changing the +.B config.h +file. .SH RESOURCES .B xmenu -- 2.20.1