-- TRCViewer.Tip
-- Mik Lamming - October 26, 1984 4:09:15 pm PDT
[DEF,CTRL,(Ctrl Down | Spare3 Down)]
[DEF,SHIFT,(LeftShift Down | RightShift Down)]
SELECT
TRIGGER
FROM
Red Down =>
SELECT
TRIGGER
FROM
Red Up
BEFORE 200 =>
SELECT
ENABLE
FROM
[
SHIFT] => {
Coords ClearPinSelection InitPosition SetVertexMode SelectNearest FindNeighboringPins DeleteSelected};
ENDCASE => {
Coords InitPosition SetVertexMode SelectVertexX FindNeighboringPins AddSelected Refresh}
ENDCASE =>
SELECT
ENABLE
FROM
[
SHIFT] => {
Coords ClearPinSelection InitPosition SetVertexMode SelectNearest FindNeighboringPins DeleteSelected};
ENDCASE => {
Coords InitPosition SetVertexMode SelectVertexX FindNeighboringPins AddSelected StartFeedBackProcess};
Yellow Down => {
Coords ClearPinSelection InitPosition SetVertexMode SelectNearest FindNeighboringPins ShiftSelected StartFeedBackProcess};
Blue Down => {
Coords InitPosition SetSketchMode StartFeedBackProcess};
Mouse =>
SELECT
ENABLE
FROM
Red Down => {Coords QueuePosition};
Yellow Down => {Coords QueuePosition};
Blue Down => {Coords QueuePosition};
ENDCASE => {Coords QueuePosition Feedback};
Red Up => {Coords QueuePosition StopFeedBack};
Yellow Up => {Coords QueuePosition StopFeedBack};
Blue Up => {Coords QueuePosition StopFeedBack};
ENDCASE....