Re: gEDA-user: Modifying pcb-menu.res

2011-02-19 Thread Oliver King-Smith
If you are using the gtk gui, you have to modify the gpcb-menu.res file. The pcb-menu.res file is for lesstif gui. This might be the reason for the missing function. The syntax looks right to me. Brilliant that was the problem! Thank you. Oliver _

Re: gEDA-user: Modifying pcb-menu.res

2011-02-19 Thread Felix Ruoff
If you are using the gtk gui, you have to modify the gpcb-menu.res file. The pcb-menu.res file is for lesstif gui. This might be the reason for the missing function. The syntax looks right to me. Felix Am 19.02.2011 23:20, schrieb Oliver King-Smith: I am trying to add a keyboard

gEDA-user: Modifying pcb-menu.res

2011-02-19 Thread Oliver King-Smith
I am trying to add a keyboard shortcut for Select by Name -> All Objects. I located my pcb-menu.res file and tried adding {"All objects" Select(ObjectByName) active=have_regex a={"Ctrl-N" "Ctrln"}} but it doesn't seem to do anything. Does anyone have any suggestions as to w