Re: [PATCH] gitk: accelerators for the main menu

2015-09-14 Thread Junio C Hamano
Paul Mackerras writes: > On Wed, Sep 09, 2015 at 03:20:53PM +0200, Giuseppe Bilotta wrote: >> This allows fast, keyboard-only usage of the menu (e.g. Alt+V, N to open a >> new view). >> >> Signed-off-by: Giuseppe Bilotta > > Thanks, applied. Thanks; will pull from you before tagging 2.6-rc2.

Re: [PATCH] gitk: accelerators for the main menu

2015-09-13 Thread Paul Mackerras
On Wed, Sep 09, 2015 at 03:20:53PM +0200, Giuseppe Bilotta wrote: > This allows fast, keyboard-only usage of the menu (e.g. Alt+V, N to open a > new view). > > Signed-off-by: Giuseppe Bilotta Thanks, applied. Paul. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of

[PATCH] gitk: accelerators for the main menu

2015-09-09 Thread Giuseppe Bilotta
This allows fast, keyboard-only usage of the menu (e.g. Alt+V, N to open a new view). Signed-off-by: Giuseppe Bilotta --- gitk | 46 +++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/gitk b/gitk index 51520ef..4fc6267 100755 --- a/gitk