<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="_c74_vig.xsl" type="text/xsl"?>
<vignette name="Key Commands" package="Max" rankfactor="2">
  <h1>
	Key Commands
	</h1>
  <p>
			You can use a single key press to create objects in a patcher, as follows (some packages may add additional key commands):
			<br/>
			<br/>
			<ul><li><b>a</b>: <o>attrui</o>.
      </li><li><b>b</b>: <o>button</o>.
      </li><li><b>c</b>: <o>comment</o>.
      </li><li><b>f</b>: floating point <link type="refpage" name="flonum">number box</link>.
      </li><li><b>h</b>: briefly highlights a small area around the cursor.
      </li><li><b>H</b>: A capital letter "H" briefly highlights a larger area around the cursor.
      </li><li><b>i</b>: integer <link type="refpage" name="number">number box</link>.
			</li><li><b>j</b>: object box containing "jit." for creating Jitter objects.
			</li><li><b>l</b>: object box containing "live." for creating Live objects.
      </li><li><b>m</b>: <o>message</o>.
      </li><li><b>n</b>: new blank object with the cursor active. Typing the name of any object and pressing enter or clicking outside of the object box will transform it into that object.
    </li><li><b>r</b>: bring up a list of the most recently created objects, including any arguments and attributes typed in. Selecting an element from the list creates an object with the corresponding text and with the cursor active at the far right. Hitting a carriage return or clicking away from the object instantiates the object.
      </li><li><b>p</b>: create an object box containing the
				message <m>newobj @presentation 1 @text</m> and a cursor. When you type the
				name of an object (e.g. dial) and hit a carriage return, the object will
				transform itself into a copy of the object whose name you type in, and the object
				will be automatically added to the
				<link type="vignette" module="core" name="presentation_mode">Presentation Layer</link>.
      </li><li><b>s</b>: <o>slider</o>.
      </li><li><b>t</b>: <o>toggle</o>.
      </li><li><b>x</b>: shows a menu describing the key commands, including those added by external packages.
      </li><li><b>z</b>: zooms the patcher in around the cursor.
      </li><li><b>Z</b>: A capital letter "Z" zooms the patcher out around the cursor.
			</li></ul>
		</p>
</vignette>
