[DEF,LeftDown,(Red Down)] [DEF,LeftUp,(Red Up)] [DEF,MiddleDown,(Yellow Down)] [DEF,MiddleUp,(Yellow Up)] [DEF,RightDown,(Blue Down)] [DEF,RightUp,(Blue Up)] [DEF,CTRL,(Ctrl Down)] [DEF,SHIFT,(LeftShift Down | RightShift Down)] [DEF,LEFTSH,(LeftShift Down | Lock Down)] [DEF,WireCursor,(WHILE ChipndaleWireCursor)] [DEF,ArrowCursor,(WHILE ChipndaleArrowCursor)] [DEF,RectCursor,(WHILE ChipndaleRectCursor)] [DEF,ResetT,(Coords, StopTrack, Track)] -- might Track [DEF,Reset,(StopTrack)] [DEF,FirstSelect,(Coords, ReSelectOnlyP, Track)] [DEF,ReselectLast,(Coords, DeSelectLP, AddSelectP, Track)] [DEF,SingleSelect,(Coords, OnlySelectP, Track)] [DEF,RectTracking,(Coords, StopTrack, UseCursor, rect, Track)] [DEF,ArrowTracking,(Coords, StopTrack, UseCursor, arrow, Track)] [DEF,WireTracking,(Coords, StopTrack, UseCursor, wire, Track)] [DEF,PartialWire,(Coords, ContinueWire, UseCursor, PartialWireAdvance, Track)] [DEF,FlipWire,(UseCursor, FlipWire, Coords, Track)] --WARNING these Coords might be out of range [DEF,Menu, (~1 Down WHILE Space Down WHILE [RightUp] WHILE [LeftUp] WHILE [MiddleUp] => ~2; Space Down WHILE ~1 Down WHILE [RightUp] WHILE [LeftUp] WHILE [MiddleUp] => ~2)] [DEF,CatchUp,(~1 Up => StopTrack, UseCursor, default)] [DEF,Catch,(~1 Down => StopTrack, UseCursor, default; [CatchUp, ~1]; [MiddleDown] WHILE ~1 Down => StopTrack, UseCursor, default)] SELECT TRIGGER FROM Mouse => Coords, Track; Lock Down => TestDifFlipToPWorld; Lock Up => TestDifFlipToNWorld; DEL Down WHILE ESC Down => AbortCommand; ESC Down WHILE DEL Down => AbortCommand; [LeftDown] WHILE ESC Down WHILE TAB Down => Coords, CloseReSelectOnlyP; [RightDown] WHILE ESC Down WHILE Space Down => Coords, AddSelectLevel; [LeftDown] WHILE ESC Down => DeSelectS; [RightDown] WHILE ESC Down => SelectAll; [MiddleDown] WHILE ESC Down WHILE TAB Down => AbortCommand; [MiddleDown] WHILE ESC Down WHILE [CTRL] => AbortCommand; [MiddleDown] WHILE ESC Down => StopDrawing; [Catch, ESC]; [Menu, G, GlobalMenu]; [Menu, V, ViewerMenu]; [Menu, D, DirectoryMenu]; [Menu, I, IOMenu]; [Menu, N, NameMenu]; [Menu, O, IOMenu]; [Menu, P, ProgramMenu]; [Menu, T, TransformS]; [Menu, C, CellMenu]; [Menu, B, DisplayMenu]; [Menu, BackSlash, ConditionsMenu]; [RightDown] WHILE A Down => [ResetT]; [LeftUp] WHILE A Down WHILE [CTRL] => Coords, StretchStepLeftS; [RightUp] WHILE A Down WHILE [CTRL] => Coords, StretchStepLeftS; [LeftUp] WHILE A Down WHILE [SHIFT] => Coords, StretchyMoveStepLeftS; [RightUp] WHILE A Down WHILE [SHIFT] => Coords, StretchyMoveStepLeftS; [LeftUp] WHILE A Down => Coords, LambdaLeftS; [RightUp] WHILE A Down => Coords, LambdaLeftS; [Catch, A]; [RightDown] WHILE B Down => [ArrowTracking]; B Down WHILE [LeftDown] => [ArrowTracking]; [LeftDown] WHILE B Down => [FirstSelect], [ArrowTracking]; Space Down WHILE [LeftDown] WHILE B Down => [SingleSelect], [ArrowTracking]; [LeftUp] WHILE B Down [ArrowCursor] => Coords, SplitWireS; [RightUp] WHILE B Down [ArrowCursor] => Coords, SplitWireS; [Catch, B]; [RightDown] WHILE C Down => [ResetT]; [MiddleDown] WHILE C Down WHILE X Down => CreateCellSAndName; [MiddleDown] WHILE C Down WHILE V Down => PopReplace; [LeftUp] WHILE C Down WHILE V Down => TransformToCellS; [RightUp] WHILE C Down WHILE V Down => TransformToCellS; [MiddleDown] WHILE C Down => Coords, DrawCell; [LeftUp] WHILE C Down WHILE X Down => ExpandS; [RightUp] WHILE C Down WHILE X Down => ExpandS; [LeftUp] WHILE C Down => PushS; [RightUp] WHILE C Down => PopMenu; [Catch, C]; [RightDown] WHILE D Down => [ResetT]; [MiddleDown] WHILE D Down WHILE V Down => PopFlush; [MiddleDown] WHILE D Down => Undel; [LeftUp] WHILE D Down => DeleteS; [RightUp] WHILE D Down => DeleteS; [Catch, D]; [RightDown] WHILE E Down => [ResetT]; Space Down WHILE E Down WHILE [LeftDown] => [SingleSelect]; [LeftUp] WHILE E Down => MirrorYS; [RightUp] WHILE E Down => MirrorYS; [Catch, E]; [RightDown] WHILE F Down => [ResetT]; [LeftUp] WHILE F Down => Coords, ShrinkStepS; [RightUp] WHILE F Down => Coords, ShrinkStepS; [Catch, F]; [RightDown] WHILE G Down => [ResetT]; [LeftUp] WHILE G Down => Coords, GrowStepS; [RightUp] WHILE G Down => Coords, GrowStepS; [Catch, G]; [Catch, H]; [Catch, I]; [Catch, J]; [Catch, K]; [Catch, L]; [Catch, M]; [LeftUp] WHILE N Down => DisplayNames; [RightUp] WHILE N Down => DisplayNames; [Catch, N]; [Catch, O]; [RightDown] WHILE P Down => [ResetT]; [MiddleDown] WHILE P Down WHILE [SHIFT] => [RectTracking]; [MiddleUp] WHILE P Down WHILE [SHIFT] => Coords, RectProgramMenu; Space Down WHILE P Down WHILE [LeftDown] => [SingleSelect]; [LeftUp] WHILE P Down => ShowPropertiesS; [RightUp] WHILE P Down => ShowPropertiesS; [MiddleDown] WHILE P Down => EnterPropertyS; [Catch, P]; Q Down WHILE [LeftDown] => [ArrowTracking]; [LeftDown] WHILE Q Down => [FirstSelect], [ArrowTracking]; Space Down WHILE [LeftDown] WHILE Q Down => [SingleSelect], [ArrowTracking]; [LeftUp] WHILE Q Down WHILE TAB Down [ArrowCursor] => Coords, CopyS; [LeftUp] WHILE Q Down WHILE [CTRL] [ArrowCursor] => Coords, StretchS; [LeftUp] WHILE Q Down WHILE [SHIFT] [ArrowCursor] => Coords, StretchyMoveS; [LeftUp] WHILE Q Down [ArrowCursor] => Coords, MoveS; Q Down WHILE [RightDown] => [ArrowTracking]; [RightDown] WHILE Q Down => [ArrowTracking]; Space Down WHILE [RightDown] WHILE Q Down => [ReselectLast], [ArrowTracking]; [RightUp] WHILE Q Down WHILE TAB Down [ArrowCursor] => Coords, CopyS; [RightUp] WHILE Q Down WHILE [SHIFT] [ArrowCursor] => Coords, StretchyMoveS; [RightUp] WHILE Q Down WHILE [CTRL] [ArrowCursor] => Coords, StretchS; [RightUp] WHILE Q Down [ArrowCursor] => Coords, MoveS; [MiddleDown] WHILE Q Down WHILE [LEFTSH] => Coords, DrawPXstr; [MiddleDown] WHILE Q Down => Coords, DrawNXstr; [Catch, Q]; Space Down WHILE R Down WHILE [LeftDown] => [SingleSelect]; [LeftUp] WHILE R Down WHILE TAB Down => RenameS; [RightDown] WHILE R Down => [ResetT]; [RightUp] WHILE R Down WHILE TAB Down => RenameS; [LeftUp] WHILE R Down => RotS; [RightUp] WHILE R Down => RotS; [Catch, R]; [RightDown] WHILE S Down => [ResetT]; [LeftUp] WHILE S Down WHILE [CTRL] => Coords, StretchStepRightS; [RightUp] WHILE S Down WHILE [CTRL] => Coords, StretchStepRightS; [LeftUp] WHILE S Down WHILE [SHIFT] => Coords, StretchyMoveStepRightS; [RightUp] WHILE S Down WHILE [SHIFT] => Coords, StretchyMoveStepRightS; [LeftUp] WHILE S Down => Coords, LambdaRightS; [RightUp] WHILE S Down => Coords, LambdaRightS; [Catch, S]; [RightDown] WHILE T Down => [ResetT]; Space Down WHILE T Down WHILE [LeftDown] => [SingleSelect]; [LeftUp] WHILE T Down => MirrorS; [RightUp] WHILE T Down => MirrorS; [Catch, T]; [Catch, U]; [RightDown] WHILE V Down => [ResetT]; [RightUp] WHILE V Down => PushS; [LeftUp] WHILE V Down => PushS; [MiddleDown] WHILE V Down WHILE X Down => PopNew; [MiddleDown] WHILE V Down => PopMenu; [Catch, V]; [RightDown] WHILE W Down => [ResetT]; [LeftUp] WHILE W Down WHILE [CTRL] => Coords, StretchStepUpS; [RightUp] WHILE W Down WHILE [CTRL] => Coords, StretchStepUpS; [LeftUp] WHILE W Down WHILE [SHIFT] => Coords, StretchyMoveStepUpS; [RightUp] WHILE W Down WHILE [SHIFT] => Coords, StretchyMoveStepUpS; [LeftUp] WHILE W Down => Coords, LambdaUpS; [RightUp] WHILE W Down => Coords, LambdaUpS; [MiddleDown] WHILE W Down WHILE [LEFTSH] => Coords, DrawAnglePXstr; [MiddleDown] WHILE W Down => Coords, DrawAngleNXstr; [Catch, W]; [RightDown] WHILE X Down => [ResetT]; [RightUp] WHILE X Down WHILE Space Down => Coords, SelectADesign; --is textually after expand [LeftUp] WHILE X Down WHILE Space Down => Coords, SelectADesign; --is textually after expand [MiddleDown] WHILE X Down WHILE Space Down => Coords, DrawCorrespondingObject; [MiddleDown] WHILE X Down => Coords, DrawImported; [Catch, X]; [MiddleDown] WHILE Y Down WHILE [SHIFT] => Coords, SetInterestRect; [MiddleDown] WHILE Y Down => Coords, DrawMark; [Catch, Y]; [RightDown] WHILE Z Down => [ResetT]; [LeftUp] WHILE Z Down WHILE [CTRL] => Coords, StretchStepDownS; [RightUp] WHILE Z Down WHILE [CTRL] => Coords, StretchStepDownS; [LeftUp] WHILE Z Down WHILE [SHIFT] => Coords, StretchyMoveStepDownS; [RightUp] WHILE Z Down WHILE [SHIFT] => Coords, StretchyMoveStepDownS; [LeftUp] WHILE Z Down => Coords, LambdaDownS; [RightUp] WHILE Z Down => Coords, LambdaDownS; [Catch, Z]; [CatchUp, Zero]; [MiddleDown] WHILE One Down WHILE Two Down WHILE Three Down WHILE [LEFTSH] => Coords, DrawPButCon; [MiddleDown] WHILE One Down WHILE Two Down WHILE Three Down => Coords, DrawNButCon; [MiddleDown] WHILE One Down WHILE Two Down WHILE [LEFTSH] => [Reset]; [MiddleDown] WHILE One Down WHILE Two Down => Coords, DrawNBurCon; One Down WHILE Two Down => [Reset]; One Down WHILE Three Down => [Reset]; One Down WHILE [LEFTSH] => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawPDifCon; One Up => SetLayerPDif; ENDCASE => [Reset]; [MiddleDown] WHILE One Down WHILE [LEFTSH] => Coords, DrawPDifCon; One Down => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawNDifCon; One Up => SetLayerNDif; ENDCASE => [Reset]; [MiddleDown] WHILE One Down => Coords, DrawNDifCon; [CatchUp, One]; Two Down WHILE Three Down => [Reset]; Two Down WHILE One Down => [Reset]; Two Down => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawPolCon; Two Up => SetLayerPol; ENDCASE => [Reset]; [MiddleDown] WHILE Two Down => Coords, DrawPolCon; [CatchUp, Two]; Three Down WHILE One Down => [Reset]; Three Down WHILE Two Down => [Reset]; Three Down WHILE [LEFTSH] => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawPButCon; Three Up => SetLayerMet; ENDCASE => [Reset]; Three Down => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawNButCon; Three Up => SetLayerMet; ENDCASE => [Reset]; [MiddleDown] WHILE Three Down WHILE [LEFTSH] => Coords, DrawPButCon; [MiddleDown] WHILE Three Down => Coords, DrawNButCon; [CatchUp, Three]; Four Down WHILE [LEFTSH] => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawNWCntCon; Four Up => SetLayerNWCnt; ENDCASE => [Reset]; [MiddleDown] WHILE Four Down WHILE [LEFTSH] => Coords, DrawNWCntCon; Four Down => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawPWCntCon; Four Up => SetLayerPWCnt; ENDCASE => [Reset]; [MiddleDown] WHILE Four Down => Coords, DrawPWCntCon; [CatchUp, Four]; Five Down => SetLayerNWell; [CatchUp, Five]; Six Down => SELECT TRIGGER FROM [MiddleDown] => Coords, DrawMm2Con; Six Up => SetLayerMet2; ENDCASE => [Reset]; [MiddleDown] WHILE Six Down => Coords, DrawMm2Con; Six Down => SetLayerMet2; [CatchUp, Six]; [Catch, Seven]; [Catch, Eight]; [LeftDown] WHILE Arrow Down => Coords, Debug; [MiddleDown] WHILE Arrow Down => Coords, Debug; [RightDown] WHILE Arrow Down => Coords, Debug; [Catch, Arrow]; [LeftDown] WHILE Quote Down => [RectTracking]; [MiddleDown] WHILE Quote Down => [RectTracking]; [RightDown] WHILE Quote Down => [RectTracking]; [LeftUp] WHILE Quote Down WHILE [SHIFT] [RectCursor] => Coords, VersatecBWPlot; [MiddleUp] WHILE Quote Down WHILE [SHIFT] [RectCursor] => Coords, VersatecBWPlot; [RightUp] WHILE Quote Down WHILE [SHIFT] [RectCursor] => Coords, VersatecBWPlot; [LeftUp] WHILE Quote Down [RectCursor] => Coords, VersatecColorPlot; [MiddleUp] WHILE Quote Down [RectCursor] => Coords, VersatecColorPlot; [RightUp] WHILE Quote Down [RectCursor] => Coords, VersatecColorPlot; [Catch, Quote]; [RightDown] WHILE LeftBracket Down => [ResetT]; [LeftUp] WHILE LeftBracket Down WHILE RightBracket Down => TransformToCellS, ExpandS; [RightUp] WHILE LeftBracket Down WHILE RightBracket Down => TransformToCellS, ExpandS; [LeftUp] WHILE LeftBracket Down => Coords, IncCountS; [RightUp] WHILE LeftBracket Down => Coords, IncCountS; [Catch, LeftBracket]; [RightDown] WHILE RightBracket Down => [ResetT]; [LeftUp] WHILE RightBracket Down => Coords, DecCountS; [RightUp] WHILE RightBracket Down => Coords, DecCountS; [Catch, RightBracket]; [RightDown] WHILE Equal Down => [ResetT]; [MiddleDown] WHILE Equal Down => [ArrowTracking]; [MiddleUp] WHILE Equal Down [ArrowCursor] WHILE [SHIFT] => Coords, ChangeRepetition; [MiddleUp] WHILE Equal Down [ArrowCursor] => Coords, DrawRepetition; [Catch, Equal]; [MiddleDown] WHILE Dash Down => Coords, ModuleMenu; [LeftDown] WHILE Dash Down => Coords, ModuleMenu; [RightDown] WHILE Dash Down => Coords, ModuleMenu; Dash Down WHILE TAB Down => RunTiler; [Catch, Dash]; [MiddleUp] WHILE BackSlash Down WHILE [SHIFT] => RemoveConditionS; [MiddleUp] WHILE BackSlash Down => DrawConditionS; [Catch, BackSlash]; [LeftUp] WHILE SemiColon Down WHILE [SHIFT] => RemovePinGraphicModeS; [RightUp] WHILE SemiColon Down WHILE [SHIFT] => RemovePinGraphicModeS; [LeftUp] WHILE SemiColon Down => PinGraphicModeS; [RightUp] WHILE SemiColon Down => PinGraphicModeS; [MiddleDown] WHILE SemiColon Down => [RectTracking]; [MiddleUp] WHILE SemiColon Down [RectCursor] => Coords, DrawPin; [Catch, SemiColon]; LF Down WHILE [SHIFT] => EnforcePanel; [Catch, LF]; [Catch, DEL]; Comma Down => ScaleMoreDetail; [CatchUp, Comma]; Period Down => ScaleLessDetail; [CatchUp, Period]; [RightDown] WHILE Slash Down => [ResetT]; [MiddleDown] WHILE Slash Down => Coords, SpinifexHighlightNodeP; [LeftUp] WHILE Slash Down => DisplayHierarchyS; [RightUp] WHILE Slash Down => DisplayHierarchyS; Slash Down WHILE [SHIFT] => ShowErrors; Slash Down WHILE [CTRL] => Statistic; [Catch, Slash]; [Catch, Keyset1]; [Catch, Keyset2]; [Catch, Keyset3]; [Catch, Keyset4]; [Catch, Keyset5]; [Catch, BS]; [Catch, Spare2]; [Catch, Spare3]; [LeftDown] WHILE Space Down WHILE TAB Down => DeSelectS; [LeftDown] WHILE Space Down => SELECT TRIGGER FROM [LeftUp] BEFORE 200 => ResetScaleSel; ENDCASE => [RectTracking]; [LeftUp] WHILE Space Down [RectCursor] => Coords, ShowRect; [MiddleDown] WHILE Space Down WHILE TAB Down => ResetScaleAll; [MiddleDown] WHILE Space Down => SELECT TRIGGER FROM [MiddleUp] BEFORE 200 => ResetScaleTop; ENDCASE => [ArrowTracking]; [MiddleUp] WHILE Space Down [ArrowCursor] => Coords, MoveScreen; [RightDown] WHILE Space Down WHILE TAB Down => SelectAll; [RightDown] WHILE Space Down => SELECT TRIGGER FROM [RightUp] BEFORE 200 => DisplayViewers; ENDCASE => [RectTracking]; [RightUp] WHILE Space Down [RectCursor] => Coords, ShowRectX; [LeftDown] WHILE [SHIFT] WHILE TAB Down WHILE [CTRL] => [RectTracking]; [LeftUp] [RectCursor] WHILE TAB Down WHILE [SHIFT] WHILE [CTRL] => Coords, AreaDeSelectTouching; [LeftDown] WHILE [CTRL] WHILE TAB Down => [RectTracking]; [LeftUp] [RectCursor] WHILE TAB Down WHILE [CTRL] => Coords, DeSelectS, AreaAddSelectTouching; [LeftDown] WHILE TAB Down WHILE [SHIFT] => [RectTracking]; [LeftUp] WHILE TAB Down [RectCursor] WHILE [SHIFT]=> Coords, AreaOnlySelect; [LeftDown] WHILE TAB Down => [RectTracking]; [LeftUp] WHILE TAB Down [RectCursor] => Coords, AreaOnlySelect; [LeftDown] WHILE [SHIFT] => [SingleSelect]; [LeftDown] => [FirstSelect]; Space Down WHILE [LeftDown] => [SingleSelect]; [MiddleDown] WHILE TAB Down WHILE Space Down => Coords, AddSelectLevel; [MiddleDown] WHILE TAB Down => Coords, SetLayerP; [MiddleDown] WHILE [CTRL] => SELECT TRIGGER FROM [MiddleUp] BEFORE 200 => Coords, Statistic; ENDCASE => [ArrowTracking]; [MiddleUp] WHILE [CTRL] [ArrowCursor] => Coords, Coordinates; [MiddleDown] => [WireTracking]; Space Down WHILE [MiddleDown] [WireCursor] => [FlipWire]; LeftShift Down WHILE [MiddleDown] [WireCursor] => [PartialWire]; [MiddleUp] [WireCursor] => Coords, DrawWire; [RightDown] WHILE [SHIFT] WHILE TAB Down WHILE [CTRL] => [RectTracking]; [RightUp] [RectCursor] WHILE TAB Down WHILE [SHIFT] WHILE [CTRL] => Coords, AreaDeSelectTouching; [RightDown] WHILE [CTRL] WHILE TAB Down => [RectTracking]; [RightUp] [RectCursor] WHILE TAB Down WHILE [CTRL] => Coords, AreaAddSelectTouching; [RightDown] WHILE TAB Down WHILE [SHIFT] => [RectTracking]; [RightUp] WHILE TAB Down [RectCursor] WHILE [SHIFT]=> Coords, AreaDeSelect; [RightDown] WHILE TAB Down => [RectTracking]; [RightUp] WHILE TAB Down [RectCursor] => Coords, AreaAddSelect; [RightDown] WHILE [SHIFT] => Coords, DeSelectFP; [RightDown] => Coords, AddSelectP; Space Down WHILE [RightDown] => [ReselectLast]; Zero Down => ChipndaleCmosX1; [LeftDown] => [ResetT]; [RightDown] => [ResetT]; [MiddleDown] => [ResetT]; [LeftUp] => [ResetT]; [RightUp] => [ResetT]; [MiddleUp] => [ResetT]; ENDCASE. |-- ///cd18/chipndalecmos.TIP -- Tip-table for ChipNDale CMos -- Copyright c 1984 by Xerox Corporation. All rights reserved. -- Created by: Christian Jacobi, June 1, 1984 5:25:04 pm PDT -- Last Edited by: Monier, July 25, 1984 7:42:41 pm PDT -- Last Edited by: Christian Jacobi, November 9, 1984 9:56:55 am PST [DEF,InFooMode,(WHILE ChipndaleXMode)] [DEF,NotInFooMode,(WHILE ChipndaleNXMode)] [DEF,ClearFooMode,(UseCursor, SetXModeOff)] [DEF,SetFooMode,(UseCursor, SetXModeOn)] ~1 represent's key; ~2 represent's Menu atom to call ~1 represent's key to catch on up ~1 represent's key to catch on up, down, middle down Mouse Lock Changing default layers ESC --remember: ESC-LF aborts an ongoing paint process Select close Select all of current layer; (somewhat crazy) Select, Deselect all Undelete, Abort Space for menu's All the pop-up menus AAA Stretching and Moving incrementally left the selection BBB Split Wire (do you see how the B is split in the middle?) CCC Creation of cell (use X key) Transform to cell (use V key) Create or draw expand a Cell (use X key) Push and Pop DDD See also V Deleting EEE Mirror up-down (this key is close to R (otation); further, it is symmetric ) FFF GGG HHH III JJJ KKK LLL MMM NN Signal or instance Names OOO PPP Rect program menu Show properties of single-selected object Put property on single-selected object QQQ Move, Copy, Stretch single-selected object Move, Copy, Stretch Transistors RRR Rotation and rename of objects SSS Stretching and Moving incrementally right the selection TTT Mirror left-right (this key is close to R (otation); further, it is symmetric ) UUU VVV See also C,D Keys; Push and Pop (V: see how it goes up and down ?) WWW Stretching and Moving incrementally up the selection Angle transistors XXX See also C key if topic is Cell external (imported) objects YYY ZZZ Stretching and Moving incrementally down the selection Zero Zero Down => [Reset]; -- this is used to return version number One Butting contact Buried contacts P-diffusion contacts or set P-diffusion N-diffusion contacts or set N-diffusion Two Draw with poly Three Draw with metal and butting contacts Four Draw with contact-diffusion Five Draw with NWell Six Draw with Metal2 Seven Eight Arrow Debug chipndale Quote Prepare plots BW Plot Color Plot LeftBracket LeftBracket together with RightBracket: undo repetition Increment the repetition (LeftBracket is near the =) RightBracket Decrement the repetition (RightBracket is near the =) Equal Create a Repetition (do you se the repeated horizontal lines?) Dash, for the tiler program --the ModuleMenu can not use the default menu method because it wants Coords BackSlash Make an object Conditional SemiColon Pins (EXXPERIMENTAL) LF --remember: LF-ESC aborts an ongoing paint process DEL --remember: ESC-DEL => AbortCommand Comma < Zoom in Period > Zoom out Slash (but you really see the ) Display hierarchy Display Foo Keyset1 Keyset2 Keyset3 Keyset4 Keyset5 BS Spare2 Spare3 Space Show Box this viewer; (drag) or select all (click) Move viewer (drag) or reset scale (click) Show Box another viewer; (drag) or show other viewers (click) Left De-Selection by contact: area only Selection by contact: area only Area DeSelection contained Area Selection contained Select exclusive, cycle trough Regular select Middle Select layer Select all of current layer; (somewhat crazy) Pointed to current layer Measure size and coordinates Right Area De-Selection by contact Area Selection by contact Area DeSelection contained Area Selection contained De select Regular select Version Number Catches Not inluded now DefaultS, NarrowS, WidenS, LengthenS, ShortenS; Ê·˜J˜Jšœ™Jšœ™Jšœ Ïmœ1™?Jšœ=™=Jšœ8™8JšœE™EJ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜J˜Jšœ˜Jšœ.˜.Jšœ)˜)J˜Jšœ,˜,Jšœ.˜.Jšœ,˜,J˜Jšœ&™&Jšœ*™*Jšœ+™+Jšœ(™(J˜Jšœ(Ïc˜6Jšœ˜J˜Jšœ0˜0Jšœ:˜:Jšœ/˜/J˜Jšœ>˜>Jšœ@˜@Jšœ>˜>J˜JšœN˜NJšœ4ž,˜`J˜šœ ˜ šœ˜Jšœ6˜6—šœ˜Jšœ7˜7—J™4—J™šœ6˜6J™!J˜—šœ6˜6Jšœ˜Jšœ=˜=J™4J˜—J˜Jšœ˜˜™Jšœ˜—J˜™™Jšœ!˜!Jšœ˜J™——™Jšœ3™3Jšœ(˜(Jšœ(˜(™ JšœG˜G—šœ-™-JšœF˜F—šœ™Jšœ'˜'Jšœ(˜(—™Jšœ;˜;Jšœ9˜9Jšœ+˜+—J˜Jšœ˜—J˜šœ™™Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ"˜"J˜——šœ™™6Jšœ%˜%Jšœ?˜?Jšœ@˜@JšœE˜EJšœF˜FJšœ-˜-Jšœ.˜.Jšœ ˜ J˜——šœ™šœ:™:Jšœ,˜,Jšœ+˜+Jšœ:˜:JšœL˜LJšœ:˜:Jšœ;˜;—Jšœ ˜ —J˜šœ™Jšœ%˜%™Jšœ=˜=Jšœ5˜5—™Jšœ7˜7Jšœ8˜8—™(Jšœ.˜.Jšœ.˜.Jšœ/˜/—™ Jšœ˜Jšœ"˜"—™Jšœ ˜ J™——šœ™J™ ™ Jšœ%˜%Jšœ3˜3Jšœ#˜#Jšœ!˜!Jšœ"˜"J˜Jšœ ˜ ——J˜šœ™šœL™LJšœ%˜%Jšœ;˜;Jšœ"˜"Jšœ#˜#J˜Jšœ ˜ —J˜—šœ™Jšœ%˜%Jšœ-˜-Jšœ/˜/Jšœ ˜ —J˜šœ™Jšœ%˜%Jšœ+˜+Jšœ-˜-Jšœ ˜ —J˜šœ™Jšœ ˜ —J™šœ™Jšœ ˜ —J˜šœ™Jšœ ˜ J™—šœ™Jšœ ˜ J™—šœ™Jšœ ˜ —J˜šœ™Jšœ ˜ J™—šœ™™Jšœ&˜&Jšœ(˜(—™Jšœ ˜ J™——šœ™Jšœ ˜ J˜—šœ™Jšœ%˜%J™Jšœ:˜:JšœA˜Ašœ)™)Jšœ;˜;Jšœ)˜)Jšœ+˜+—šœ&™&Jšœ,˜,—J˜Jšœ ˜ J˜—šœ™™*Jšœ+˜+Jšœ:˜:JšœL˜LJ˜JšœE˜EJšœE˜EJšœK˜KJšœ6˜6—J™™Jšœ,˜,Jšœ,˜,JšœM˜MJ˜JšœG˜GJšœN˜NJšœF˜FJšœ6˜6J˜J˜—™ Jšœ>˜>Jšœ/˜/—J˜Jšœ ˜ J™J™—šœ™™Jšœ;˜;Jšœ0˜0Jšœ%˜%Jšœ1˜1Jšœ˜Jšœ˜—™Jšœ ˜ ——J˜šœ™™7Jšœ%˜%Jšœ@˜@JšœA˜AJšœF˜FJšœG˜GJšœ.˜.Jšœ/˜/Jšœ ˜ J˜——J™šœ™šœO™OJšœ%˜%Jšœ;˜;Jšœ!˜!Jšœ"˜"Jšœ ˜ ——J˜šœ™Jšœ ˜ —J˜šœ™J™šœ/™/Jšœ%˜%Jšœ ˜ Jšœ˜Jšœ1˜1Jšœ%˜%—Jšœ ˜ J˜—šœ™™4Jšœ%˜%Jšœ=˜=Jšœ>˜>JšœC˜CJšœD˜DJšœ+˜+Jšœ,˜,J˜—™JšœD˜DJšœ5˜5J˜Jšœ ˜ J˜——J˜šœ™J™™Jšœ%˜%JšœBž˜]JšœAž˜\JšœO˜OJšœ3˜3J™—J™šœ ˜ J˜J˜——šœ™JšœC˜CJšœ.˜.šœ ˜ J˜J˜—J™—šœ™™6Jšœ%˜%Jšœ?˜?Jšœ@˜@JšœE˜EJšœF˜FJšœ-˜-Jšœ.˜.Jšœ ˜ J˜—J˜—šœ™Jšœ>™>Jšœ˜J™—šœ™™Jšœb˜bJšœS˜SJ˜—™JšœE˜EJšœB˜BJ˜—™'Jšœ#˜#Jšœ%˜%šœ.˜.Jšœ$˜$Jšœ˜Jšœ˜—JšœB˜B—J™™'šœ˜Jšœ$˜$Jšœ˜Jšœ˜—Jšœ3˜3—Jšœ˜—J™šœ™™Jšœ%˜%Jšœ#˜#šœ˜Jšœ#˜#Jšœ˜Jšœ˜—Jšœ2˜2Jšœ˜J˜——šœ™™$Jšœ%˜%Jšœ%˜%šœ0˜0Jšœ$˜$Jšœ˜Jšœ˜—šœ!˜!Jšœ$˜$Jšœ˜Jšœ˜—JšœD˜DJšœ5˜5Jšœ˜J˜—J˜—šœ™™šœ/˜/Jšœ%˜%Jšœ˜Jšœ˜—JšœD˜DJ˜šœ ˜ Jšœ%˜%Jšœ˜Jšœ˜—Jšœ5˜5Jšœ˜J˜—J˜—šœ™™Jšœ˜Jšœ˜J™——™™šœ˜Jšœ#˜#Jšœ˜Jšœ˜—Jšœ2˜2Jšœ˜Jšœ˜—J˜—™šœ˜J˜——™šœ˜J˜——šœ™™Jšœ-˜-Jšœ/˜/Jšœ.˜.—šœ˜J˜——J˜šœ™šœ ™ Jšœ.˜.Jšœ0˜0Jšœ/˜/—J˜šœ™JšœP˜PJšœR˜RJšœQ˜Q—J™šœ ™ JšœE˜EJšœG˜GJšœF˜F—J˜Jšœ˜J™—šœ ™ Jšœ/˜/šœ7™7JšœU˜UJšœV˜V—J™šœ4™4Jšœ5˜5Jšœ6˜6—J˜Jšœ˜J˜—šœ ™ Jšœ0˜0šœ5™5Jšœ6˜6Jšœ7˜7—Jšœ˜J™—šœ™™>Jšœ)˜)Jšœ2˜2JšœU˜UJšœE˜E—Jšœ˜—J˜™JšœL™LJšœ3˜3Jšœ1˜1Jšœ2˜2Jšœ%˜%Jšœ˜—J˜šœ ™ šœ™JšœC˜CJšœ2˜2—Jšœ˜J˜—šœ ™ ™JšœE˜EJšœG˜GJšœ1˜1Jšœ2˜2Jšœ4˜4Jšœ@˜@Jšœ˜J™——šœ™Jšœ3™3Jšœ&˜&Jšœ ˜ —J˜šœ™Jšœ%™%Jšœ˜J™—šœ™™Jšœ˜Jšœ˜—J˜—šœ™™Jšœ˜Jšœ˜——J™šœ#™#™Jšœ)˜)Jšœ@˜@Jšœ0˜0Jšœ1˜1—™ Jšœ'˜'Jšœ%˜%—™Jšœ˜——J˜™Jšœ˜J™—™Jšœ˜J™—™Jšœ˜J™—™Jšœ˜J™—™Jšœ˜—J™šœ™Jšœ ˜ J™—™Jšœ˜J™—™Jšœ˜—J™™™2Jšœ8˜8šœ2˜2Jšœ%˜%Jšœ˜—Jšœ<˜<—™)Jšœ>˜>šœ4˜4Jšœ'˜'Jšœ˜—JšœA˜A—™=Jšœ9˜9šœ3˜3Jšœ'˜'Jšœ˜—Jšœ?˜?——J™™šœ"™"JšœG˜GJšœ`˜`—™Jšœ9˜9Jšœ^˜^—šœ™Jšœ:˜:JšœL˜L—šœ™Jšœ,˜,Jšœ?˜?—™Jšœ+˜+—šœ™Jšœ˜Jšœ.˜.—J™—™šœ ™ šœ-™-JšœG˜G—šœ™Jšœ1˜1——šœ™šœ0˜0Jšœ+˜+Jšœ˜—Jšœ>˜>Jšœ˜—J˜Jšœ:˜:JšœA˜AJšœ,˜,J˜—™šœ™JšœH˜HJšœa˜a—™Jšœ:˜:JšœT˜T—šœ™Jšœ;˜;JšœK˜K—šœ™Jšœ-˜-Jšœ?˜?—šœ ™ Jšœ0˜0—šœ™Jšœ"˜"Jšœ/˜/——J™J˜—™Jšœ˜—J™™Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜Jšœ˜J˜Jšœ˜J˜—™šœ/™/J™—J™J™J™——…—?Z]