Re: [PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts

2019-10-03 Thread harish k
xec $fullname] + } else { + tools_create_item $parent command \ + -label [lindex $names end] \ + -command [list tools_exec $fullname] + } } proc tools_exec {fullname} { -- https://github.com/git/git/pull/220 -- On Fri, Apr 1, 2016 at 12:02 PM harish k wrote: > > Hi David, > > Actua

Re: [PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts

2016-03-31 Thread harish k
h will not handle any conflicting shortcuts. I think custom shortcuts will overwrite the other. On Thu, Mar 31, 2016 at 10:11 PM, David Aguilar wrote: > Hello, > > On Tue, Mar 29, 2016 at 11:38:10AM +, Harish K wrote: >> --- >> git-gui/lib/tools.tcl | 16 +--- &g

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts

2016-03-29 Thread Harish K
--- git-gui/lib/tools.tcl | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/git-gui/lib/tools.tcl b/git-gui/lib/tools.tcl index 6ec9411..749bc67 100644 --- a/git-gui/lib/tools.tcl +++ b/git-gui/lib/tools.tcl @@ -38,7 +38,7 @@ proc tools_create_item {parent args}

[PATCH] Feature: custom guitool commands can now have custom keyboard shortcuts

2016-03-29 Thread Harish K
--- git-gui/lib/tools.tcl | 16 +--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/git-gui/lib/tools.tcl b/git-gui/lib/tools.tcl index 6ec9411..749bc67 100644 --- a/git-gui/lib/tools.tcl +++ b/git-gui/lib/tools.tcl @@ -38,7 +38,7 @@ proc tools_create_item {parent args}