[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: gEDA-user: PCB increment settings/keystrokes
Ah ha, of course! I'm going to experiment along those lines.
- Alex
On 22-Apr-09, at 9:15 PM, DJ Delorie wrote:
>
> 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
_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user