From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12281 invoked by alias); 23 Feb 2013 02:17:53 -0000 Received: (qmail 12233 invoked by uid 22791); 23 Feb 2013 02:17:53 -0000 X-SWARE-Spam-Status: No, hits=-7.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 23 Feb 2013 02:17:43 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r1N2Hfmw029220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 22 Feb 2013 21:17:41 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r1N2HeSk009182 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Fri, 22 Feb 2013 21:17:41 -0500 Message-ID: <512826C4.7040500@redhat.com> Date: Sat, 23 Feb 2013 02:17:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: Bruce Dawson CC: "insight@sourceware.org" Subject: Re: Changing keyboard bindings References: <2AC155A009400B4C8B05D518E4819AEF0719C063@exchange10.valvesoftware.com> <512812B1.3040509@redhat.com> <2AC155A009400B4C8B05D518E4819AEF0719C19B@exchange10.valvesoftware.com> In-Reply-To: <2AC155A009400B4C8B05D518E4819AEF0719C19B@exchange10.valvesoftware.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2013-q1/txt/msg00031.txt.bz2 On 02/22/2013 06:00 PM, Bruce Dawson wrote: > I found three places in srcbar.itcl where "accelerator N" is > specified -- twice for the Control menu and once for the "trace" menu > which I assume is the toolbar with the step and next buttons. However > when I change all three occurrences of N to Q and do make/make > install it affects the Control menu but not the toolbar. Gah! Yes, I forgot that those get displayed on the balloon help. Those are in srcbar.itcl, scattered in various places. TBH, I wouldn't care if we deleted the key bindings from being displayed in the balloons. It's a very unusual thing to do. Maybe it made sense to someone a fifteen years ago. > I also noticed that srctextwin.itb does some binding with > bind_plain_key -- it looks like that is what affects what is actually > processed, as opposed to what is actually shown. Doh! Yes, that is where those bindings would be useful, no? I completely spaced on that, sorry. Keith