Bindkeys with LSW .. How to set bindkeys to select certain l

R

Reotaro Hashemoto

Guest
Hi,

In the PDK i use there're some frequently used layers (e.g. M1, M2,
Poly, ...), Can I define in VLE some bindkeys such that a layer is
selected when pressing that key (e.g. pressing key number '1' selects
M1, pressing '9' selects poly and so on).. Where and how can it be
done?

Thanks in advance,
Ahmad,
 
Reotaro Hashemoto wrote:
Hi,

In the PDK i use there're some frequently used layers (e.g. M1, M2,
Poly, ...), Can I define in VLE some bindkeys such that a layer is
selected when pressing that key (e.g. pressing key number '1' selects
M1, pressing '9' selects poly and so on).. Where and how can it be
done?

Thanks in advance,
Ahmad,
Simple like that:

hiSetBindKey( "Layout" "<Key>1" "leSetEntryLayer( list(\"metal1\" \"drawing\"))" )

Marc
 

Welcome to EDABoard.com

Sponsor

Back
Top