SELECT
TRIGGER
FROM
DEL Down => {Delete};
S Down => {Smooth};
Red Down WHILE LeftShift Down => {Coords StartPt};
Red Down => {Coords SelectPt};
Mouse WHILE RightShift Down => {Coords ShowPt};
Mouse
WHILE Red Down =>
SELECT
ENABLE
FROM
LeftShift Down => {Coords AddPt};
ENDCASE => {Coords SelectPt};
Yellow Down WHILE LeftShift Down => {Coords GrabPt};
Yellow Down WHILE Ctrl Down => {Coords DragSource};
Yellow Down => {Coords SelectTrajectory};
Mouse
WHILE Yellow Down =>
SELECT
ENABLE
FROM
LeftShift Down => {Coords MovePt};
Ctrl Down => {Coords Drag};
ENDCASE => {Coords SelectTrajectory};
Yellow Up WHILE LeftShift Down => {Coords ReleasePt};
Yellow Up WHILE Ctrl Down => {Refresh};
Ctrl Up WHILE Yellow Down => {Refresh};
LeftShift Up WHILE Yellow Down=> {Coords ReleasePt};
Blue Down WHILE LeftShift Down => {Coords DeletePt};
Blue Down WHILE RightShift Down => {Coords ShowPt};
Blue Down => {Coords ExtendSelection};
ENDCASE.