Re: [PATCH] gitk: avoid Meta1-F5

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Helloo?

On Sat, Apr 7, 2012 at 3:29 AM, Felipe Contreras
<felipe.contreras@xxxxxxxxx> wrote:
> This is commonly mapped by window managers and what not. Use Shift-F5
> instead.
>
> Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx>
> ---
>  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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]