From dcdc325f5c8c946df696d17a6da329aeac149586 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 29 Aug 2003 08:44:55 +0000 Subject: ultra-keyboard-controlled-menus --- openbox/menu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/menu.c') diff --git a/openbox/menu.c b/openbox/menu.c index 464011c8..84af99fd 100644 --- a/openbox/menu.c +++ b/openbox/menu.c @@ -215,6 +215,8 @@ void menu_show(gchar *name, gint x, gint y, ObClient *client) frame = menu_frame_new(self, client); menu_frame_move(frame, x, y); menu_frame_show(frame, NULL); + if (frame->entries) + menu_frame_select_next(frame); } static ObMenuEntry* menu_entry_new(ObMenu *menu, ObMenuEntryType type, gint id) -- cgit v1.2.3