[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: Wish list for gschem



On Mon, Jan 5, 2009 at 8:42 PM, Stuart Brorson <sdb@xxxxxxxxxx> wrote:
>
> Ummmm..... try putting a .gschemrc in your local $HOME/.gEDA directory, and
> then putting your favorite key bindings in there.

You are right. It looks like keymap can already be switched by
redefining "current-keymap". It think the problem I hit in the past
was actually changing the menu (once added by "add-menu" it cannot be
removed nor changed).

In gschem-1.4.0 (Ubuntu) redefining a menu that was already added
causes gschem to segfault. Not sure if that's a known error. See the
example user config file below:

(define help-menu-items
	'(
	   ("gEDA Documentation..."  help-manual     help-manual)
	   ("gschem FAQ..."	     help-faq		help-faq)
	   ("gEDA Wiki..."	     help-wiki		help-wiki)
	   ("Component Documentation..."	hierarchy-documentation
						hierarchy-documentation)
	   ("SEPARATOR"		no-action		no-action)
	   ("Hotkeys..."	help-hotkeys		help-hotkeys)
	   ("About..."	        help-about		help-about)))

Regards,
-r.


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user