[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: Adding a hotkey to PCB
DJ Delorie wrote:
>> How would one go about adding a hotkey to PCB (gtk)? I tried
>> editing gpcb-menu.res and adding an entry to Info->Key Bindings but
>> that didn't work. I'm trying to bind the Select->Select by
>> name->All objects item to "Ctrl-F".
>
> First, do you have a new enough pcb that it's even looking for gpcb-menu.res?
>
> Second, is it finding yours, or some other one? It looks in ./ then ~/.pcb/
> then ${prefix}/share/pcb
>
> Strace helps with this kind of problem...
>
> $ strace -o /tmp/foo pcb
>
> $ grep gpcb-menu /tmp/foo
>
and you are using "gpcb-menu.res" and not "pcb-menu.res" right?
If you don't have gpcb-menu.res anywhere in the path that DJ mentioned,
then pcb will use compiled in defaults which are based on the
gpcb-menu.res in the source tree.
-Dan
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user