gEDA-user: Adding a hotkey to PCB
DJ Delorie
dj at delorie.com
Wed Sep 19 16:03:09 EDT 2007
> 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
More information about the geda-user
mailing list