delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2013/03/26/13:39:24

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:x-received:sender:in-reply-to:references:date
:x-google-sender-auth:message-id:subject:from:to:content-type;
bh=p4ut9CoYG7uXiZZz3sBrMjW64pSb8raXq4T23Q9G6QM=;
b=Q8lzup3C4jyflf3jiEV0ga5b52Tb5txOB01JY9dvoQGYaRmSHBOV1AtnNwUXoa8F13
TJCqD0qpX0HRCS5TE/+Y2u0aiyLZPFuFKJcV52x6RetLb5nzCS5vfyk4vwOV8c8zq09V
opLyD9235cyjzWOmpkg6PEIiyWbVf2X0QXYDPvatHFoj/hGa8W+nbiuz6nP46U1vmy4E
ZVdghiD91c0//iXdQp2pmIRhadatYDhJezJU52EzdkKsKJ4wOhTE0g3gcWoDqzH9Zbsk
E1lQqAreweeLISxSHViUcr30N+wqDgQYvBAtl+o+214XqUE0xqKgdbBrkmgkBxz1OlQn
hxUg==
MIME-Version: 1.0
X-Received: by 10.229.72.9 with SMTP id k9mr168842qcj.42.1364240910653; Mon,
25 Mar 2013 12:48:30 -0700 (PDT)
Sender: silicon DOT on DOT inspiration AT gmail DOT com
In-Reply-To: <5150341D.2050406@gmail.com>
References: <5150341D DOT 2050406 AT gmail DOT com>
Date: Tue, 26 Mar 2013 06:48:30 +1100
X-Google-Sender-Auth: V2CMEPq3zH9aK9cePCt46tP-kRk
Message-ID: <CAKakQcdUam9=mO6NHL7A4XjqOQzKHTAeRjx95Pw5W2urPzjLvA@mail.gmail.com>
Subject: Re: [geda-user] pcb layers & shortcuts
From: Stephen Ecob <stephen DOT ecob AT sioi DOT com DOT au>
To: geda-user AT delorie DOT com
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

The GTK HID replaces some of PCB's shortcuts with menu accelerators -
so Alt-S opens the Settings menu instead of increasing drill size.

A quick solution is to use the lesstif HID version of PCB - it doesn't
have this problem.

If you want to stay with GTK HID then you can edit your gpcb-menu.res
file to remove the menu accelerators:

Open the "Windows->Message Log" windows after starting GTK HID PCB.
It tells you where your gpcb-menu.res file lives.  For me, it reads
like this:

Note:  home directory is "/home/steve"
Loading menus from /usr/local/share/pcb/gpcb-menu.res

Become su and edit your gpcb-menu.res file. Look for a section like this:

#
# Settings menu
#
  {"Settings" m=S

Remove the accelerator thus:

#
# Settings menu
#
  {"Settings"

Save your gpcb-menu.res file and restart PCB. Done :)

PS Another GTK menu accelerator that clashes with PCB key bindings is
Alt-V.  You may want to nuke it while you're fixing Alt-S.

PPS If you're building from source you want to edit
src/gpcb-menu.res.in instead of gpcb-menu.res or else you'll lose your
changes every time you rebuild PCB.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019