Re: [PATCH] nconf: add j, k and l keys for menu navigation

2012-12-28 Thread Dmitry Voytik
Hi Michal, Please don't apply this patch. I am going to send the new version. Thank you. On Fri, Dec 21, 2012 at 11:12:25PM +0400, Dmitry Voytik wrote: > Add vi-style keys for menu navigation: press j/k for down/up navigation > and l for entering to a submenu. Unfortantely h key is reserved for >

Re: [PATCH] nconf: add j, k and l keys for menu navigation

2012-12-21 Thread Dmitry Voytik
On Fri, Dec 21, 2012 at 12:23:41PM -0800, Stephen Boyd wrote: > On 12/21/12 11:12, Dmitry Voytik wrote: > > Add vi-style keys for menu navigation: press j/k for down/up navigation > > and l for entering to a submenu. Unfortantely h key is reserved for > > the items help. > > Maybe you can just add

Re: [PATCH] nconf: add j, k and l keys for menu navigation

2012-12-21 Thread Stephen Boyd
On 12/21/12 11:12, Dmitry Voytik wrote: > Add vi-style keys for menu navigation: press j/k for down/up navigation > and l for entering to a submenu. Unfortantely h key is reserved for > the items help. Maybe you can just add j/k for up/down and then use enter and backspace for right/left? > > Sig

[PATCH] nconf: add j, k and l keys for menu navigation

2012-12-21 Thread Dmitry Voytik
Add vi-style keys for menu navigation: press j/k for down/up navigation and l for entering to a submenu. Unfortantely h key is reserved for the items help. Signed-off-by: Dmitry Voytik --- scripts/kconfig/nconf.c | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a