
Composite Command Summary

This table gives a cross-reference of the menu, keyboard, and ARexx commands.
Refer to the individual sections for the details of each.

Key	ARexx		Menu	
Command	Command	 Args	ShortCut	Menu Name
-------	-------------	--------	------------------------------

~	configsave	A-~		Project | Save Configuration
o	open	fname	A-O		Project | Open
s	save	fname	A-S		Project | Save
a,S	saveas	fname	A-A		Project | Save As...
!	spawn	script	A-!		Project | RunRexx...
?	about,version	A-?		Project | About
i	info		A-I		Project | Info
h	help		A-H		Project | Help
q	quit		A-Q		Project | Quit

					Generate | Lock Settings
@	closedpath 0/1	A-@		Generate | Closed Path
$	splinepath 0/1			Generate | Spline Path
F	addfaces   0/1			Generate | Add Faces
g	genobj	fname	A-G		Generate | Generate


e	erase		A-E		Display | Erase
=	draw		A-=		Display | ReDraw

u	autodraw 0/1	A-U		Display | Options » | AutoDraw
c	zcolor	 0/1	A-C		Display | Options » | Z-Color 
A	showaxes 0/1			Display | Options » | Show Axes?
G	showgrid 0/1			Display | Options » | Show Grid?
O	showorig 0/1			Display | Options » | Show Origin?
M	showmark 0/1	A-M		Display | Options » | Show Marker?
x	viewx		A-X		Display | View » | X
y	viewy		A-Y		Display | View » | Y
z	viewz		A-Z		Display | View » | Z
,	dots		A-,		Display | Draw » | Dots
/	lines		A-/		Display | Draw » | Lines

f	tofront		Bring the Lissa window to the front.
b	toback		Send the Lissa window to the back.
	echo	message	Bring up requester with message in it.

0-9			Number entry.
.			Decimal point entry.
-			Negative sign entry.

# n	npts	num	Set the number of points in the curve (1-1000).
# t	theta	num	Set the number of revolutions on the equator (theta).
# p	phi	num	Set the number of revolutions over the poles (phi).
# r	rad	num	Set the number of ripple cycles in the radius.
# d	drad	percent	Set the size of the ripples in the radius, (percent).
# j	ptheta	deg	Set the initial position on equator (theta), in degrees.
# k	pphi	deg	Set the initial position towards the poles (phi), in degrees.
# l	prad	deg	Set the start point of the radius ripples, in degrees.

# T	tham	num	Set the number of equator modulation cycles.
# P	phym	num	Set the number of polar modulation cycles.
# J	ptham	deg	Set the equator modulation phase.
# K	pphym	deg	Set the polar modulation phase.
# w	wtham	deg	Set the width of equator modulation, in degrees.
# W	wphym	deg	Set the width of the polar modulation, in degrees.

# v	vrad	num	Set the radius distorion value (0.001 - 10).

# m	marknum num	Set the point-number position of the marker.
