git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk: avoid Meta1-F5
@ 2012-04-07  0:29 Felipe Contreras
  2012-04-24  1:41 ` Felipe Contreras
  2012-04-25  3:45 ` Paul Mackerras
  0 siblings, 2 replies; 6+ messages in thread
From: Felipe Contreras @ 2012-04-07  0:29 UTC (permalink / raw)
  To: git
  Cc: Felipe Contreras, Daniel A. Steffen, Paul Mackerras, Alexander Gavrilov

This is commonly mapped by window managers and what not. Use Shift-F5
instead.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
---
 gitk-git/gitk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitk-git/gitk b/gitk-git/gitk
index 22270ce..9bba9aa 100755
--- a/gitk-git/gitk
+++ b/gitk-git/gitk
@@ -2038,7 +2038,7 @@ proc makewindow {} {
     set file {
 	mc "File" cascade {
 	    {mc "Update" command updatecommits -accelerator F5}
-	    {mc "Reload" command reloadcommits -accelerator Meta1-F5}
+	    {mc "Reload" command reloadcommits -accelerator Shift-F5}
 	    {mc "Reread references" command rereadrefs}
 	    {mc "List references" command showrefs -accelerator F2}
 	    {xx "" separator}
@@ -2495,7 +2495,7 @@ proc makewindow {} {
     bindkey ? {dofind -1 1}
     bindkey f nextfile
     bind . <F5> updatecommits
-    bind . <$M1B-F5> reloadcommits
+    bind . <Shift-F5> reloadcommits
     bind . <F2> showrefs
     bind . <Shift-F4> {newview 0}
     catch { bind . <Shift-Key-XF86_Switch_VT_4> {newview 0} }
-- 
1.7.10

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] gitk: avoid Meta1-F5
  2012-04-07  0:29 [PATCH] gitk: avoid Meta1-F5 Felipe Contreras
@ 2012-04-24  1:41 ` Felipe Contreras
  2012-04-25  3:45 ` Paul Mackerras
  1 sibling, 0 replies; 6+ messages in thread
From: Felipe Contreras @ 2012-04-24  1:41 UTC (permalink / raw)
  To: git
  Cc: Felipe Contreras, Daniel A. Steffen, Paul Mackerras, Alexander Gavrilov

Helloo?

On Sat, Apr 7, 2012 at 3:29 AM, Felipe Contreras
<felipe.contreras@gmail.com> wrote:
> This is commonly mapped by window managers and what not. Use Shift-F5
> instead.
>
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
> ---
>  gitk-git/gitk |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gitk-git/gitk b/gitk-git/gitk
> index 22270ce..9bba9aa 100755
> --- a/gitk-git/gitk
> +++ b/gitk-git/gitk
> @@ -2038,7 +2038,7 @@ proc makewindow {} {
>     set file {
>        mc "File" cascade {
>            {mc "Update" command updatecommits -accelerator F5}
> -           {mc "Reload" command reloadcommits -accelerator Meta1-F5}
> +           {mc "Reload" command reloadcommits -accelerator Shift-F5}
>            {mc "Reread references" command rereadrefs}
>            {mc "List references" command showrefs -accelerator F2}
>            {xx "" separator}
> @@ -2495,7 +2495,7 @@ proc makewindow {} {
>     bindkey ? {dofind -1 1}
>     bindkey f nextfile
>     bind . <F5> updatecommits
> -    bind . <$M1B-F5> reloadcommits
> +    bind . <Shift-F5> reloadcommits
>     bind . <F2> showrefs
>     bind . <Shift-F4> {newview 0}
>     catch { bind . <Shift-Key-XF86_Switch_VT_4> {newview 0} }
> --
> 1.7.10
>



-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] gitk: avoid Meta1-F5
  2012-04-07  0:29 [PATCH] gitk: avoid Meta1-F5 Felipe Contreras
  2012-04-24  1:41 ` Felipe Contreras
@ 2012-04-25  3:45 ` Paul Mackerras
  2012-06-13 15:00   ` Felipe Contreras
  1 sibling, 1 reply; 6+ messages in thread
From: Paul Mackerras @ 2012-04-25  3:45 UTC (permalink / raw)
  To: Felipe Contreras; +Cc: git, Daniel A. Steffen, Alexander Gavrilov

On Sat, Apr 07, 2012 at 03:29:38AM +0300, Felipe Contreras wrote:
> This is commonly mapped by window managers and what not. Use Shift-F5
> instead.
> 
> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>

Thanks, applied.

Paul.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] gitk: avoid Meta1-F5
  2012-04-25  3:45 ` Paul Mackerras
@ 2012-06-13 15:00   ` Felipe Contreras
  2012-06-13 22:01     ` Zbigniew Jędrzejewski-Szmek
  0 siblings, 1 reply; 6+ messages in thread
From: Felipe Contreras @ 2012-06-13 15:00 UTC (permalink / raw)
  To: Paul Mackerras; +Cc: git, Daniel A. Steffen, Alexander Gavrilov

On Wed, Apr 25, 2012 at 5:45 AM, Paul Mackerras <paulus@samba.org> wrote:
> On Sat, Apr 07, 2012 at 03:29:38AM +0300, Felipe Contreras wrote:
>> This is commonly mapped by window managers and what not. Use Shift-F5
>> instead.
>>
>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>
> Thanks, applied.

Does this translate into some action? I still don't see this change in
Junio's tree.

Cheers.

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] gitk: avoid Meta1-F5
  2012-06-13 15:00   ` Felipe Contreras
@ 2012-06-13 22:01     ` Zbigniew Jędrzejewski-Szmek
  2012-06-13 22:36       ` Felipe Contreras
  0 siblings, 1 reply; 6+ messages in thread
From: Zbigniew Jędrzejewski-Szmek @ 2012-06-13 22:01 UTC (permalink / raw)
  To: Felipe Contreras
  Cc: Paul Mackerras, git, Daniel A. Steffen, Alexander Gavrilov

On 06/13/2012 05:00 PM, Felipe Contreras wrote:
> On Wed, Apr 25, 2012 at 5:45 AM, Paul Mackerras <paulus@samba.org> wrote:
>> On Sat, Apr 07, 2012 at 03:29:38AM +0300, Felipe Contreras wrote:
>>> This is commonly mapped by window managers and what not. Use Shift-F5
>>> instead.
>>>
>>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>>
>> Thanks, applied.
> 
> Does this translate into some action? I still don't see this change in
> Junio's tree.
It's in git://ozlabs.org/~paulus/gitk, the place where gitk lives.

Zbyszek

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] gitk: avoid Meta1-F5
  2012-06-13 22:01     ` Zbigniew Jędrzejewski-Szmek
@ 2012-06-13 22:36       ` Felipe Contreras
  0 siblings, 0 replies; 6+ messages in thread
From: Felipe Contreras @ 2012-06-13 22:36 UTC (permalink / raw)
  To: Zbigniew Jędrzejewski-Szmek
  Cc: Paul Mackerras, git, Daniel A. Steffen, Alexander Gavrilov

On Thu, Jun 14, 2012 at 12:01 AM, Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl> wrote:
> On 06/13/2012 05:00 PM, Felipe Contreras wrote:
>> On Wed, Apr 25, 2012 at 5:45 AM, Paul Mackerras <paulus@samba.org> wrote:
>>> On Sat, Apr 07, 2012 at 03:29:38AM +0300, Felipe Contreras wrote:
>>>> This is commonly mapped by window managers and what not. Use Shift-F5
>>>> instead.
>>>>
>>>> Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
>>>
>>> Thanks, applied.
>>
>> Does this translate into some action? I still don't see this change in
>> Junio's tree.
> It's in git://ozlabs.org/~paulus/gitk, the place where gitk lives.

So what is this?
http://git.kernel.org/?p=git/git.git;a=blob;f=gitk-git/gitk

-- 
Felipe Contreras

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-13 22:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-07  0:29 [PATCH] gitk: avoid Meta1-F5 Felipe Contreras
2012-04-24  1:41 ` Felipe Contreras
2012-04-25  3:45 ` Paul Mackerras
2012-06-13 15:00   ` Felipe Contreras
2012-06-13 22:01     ` Zbigniew Jędrzejewski-Szmek
2012-06-13 22:36       ` Felipe Contreras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).