[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: PCB increment settings/keystrokes
Another option is to allow passing a token instead of a value in that
action, and if the token is passed, use it to infer a size from your
preferences.
{"ChangeSize +5 mil" a={"S" "<Key>s"} ChangeSize(Object,+5,mil)}
{"ChangeSize bigger" a={"S" "<Key>s"} ChangeSize(Object,+pref)}
{"ChangeSize -5 mil" a={"Shift-S" "Shift<Key>s"} ChangeSize(Object,-5,mil)}
{"ChangeSize smaller" a={"Shift-S" "Shift<Key>s"} ChangeSize(Object,-pref)}
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user