<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="../../_utils/stylesheets/admin-tei.css"?>
<?oxygen RNGSchema="../schema/handout.rnc" type="compact"?>
<!-- To generate XHTML for browsing use the stylesheet at
  ../../_utils/stylesheets/admin.xslt. The command would be <q>java -jar
  /path/to/oxygen/lib/saxon8.jar -t ./oxygenCribSheet.tei
  ../../_utils/stylesheets/admin.xslt
  out-SystemLiteral=/path/to/oxygen/frameworks/xhtml/dtd/xhtml1-strict.dtd
  &gt; ./oxygenCribSheet.xhtml</q> I think. -->
<TEI xmlns="http://www.tei-c.org/ns/1.0" version="P5.0.4.1">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Crib Sheet for oXygen</title>
        <author xml:id="jf">Julia Flanders</author>
        <author xml:id="sb">Syd Bauman</author>
      </titleStmt>
      <publicationStmt>
        <p>An unpublished document used for training.</p>
        <p>Available under GFDL, no invariant sections</p>
        <p>Copyleft 2007 Syd Bauman &amp; Julia Flanders</p>
      </publicationStmt>
      <sourceDesc>
        <p>No source</p>
      </sourceDesc>
    </fileDesc>
    <revisionDesc> </revisionDesc>
  </teiHeader>
  <text xml:lang="en-US">
    <body>
      <div type="section">
        <table>
          <row role="label">
            <cell>in order to …</cell>
            <cell>in oXygen …</cell>
          </row>
          <row>
            <cell>insert an element</cell>
            <cell>type <code lang="key">&lt;</code>, and then scroll
              through the pop-up list of available element
              names; note that typing the first few letters of
              an element's name will select it</cell>
          </row>
          <row>
            <cell>insert an attribute</cell>
            <cell>position your cursor before the
              <code lang="key">&gt;</code> of a start-tag (or before
              the <code lang="key">/</code> of an empty-element tag) and
              type a space, then scroll through the pop-up list
              of available attribute names; note that typing the
              first few letters of an attribute's name will
              select it</cell>
          </row>
          <row>
            <cell>validate</cell>
            <cell>press <code lang="key">cmd-shift-v</code> (or <code lang="key">ctl-shift-v</code> on
            PCs)</cell>
          </row>
          <row>
            <cell>indent (i.e., make pretty)</cell>
            <cell>press <code lang="key">cmd-shift-p</code> (or <code lang="key">ctl-shift-p</code> on
            PCs)</cell>
          </row>
          <row>
            <cell>make text into an element (i.e., surround it
              with tags)</cell>
            <cell>select text of interest, and press <code lang="key">cmd-e</code> (or
              <code lang="key">ctl-e</code> on PCs), then scroll through the
                <code>surround</code> window's list of available
              element names; note that typing the first few
              letters of an element's name will select it</cell>
          </row>
          <row>
            <cell>rename an element</cell>
            <cell>place cursor on either start- or end-tag, and
              press <code lang="key">opt-cmd-r</code> (or <code lang="key">alt-shift-r</code> on PCs)</cell>
          </row>
          <row>
            <cell>split element</cell>
            <cell>press <code lang="key">ctl-opt-d</code></cell>
          </row>
	  <row>
	    <cell>request <soCalled>completion</soCalled></cell>
	    <cell>press <code lang="key">ctl-space</code></cell>
	  </row>
	  <row>
	    <cell>request <soCalled>code template</soCalled></cell>
	    <cell>press <code lang="key">ctl-shift-space</code></cell>
	  </row>
        </table>
      </div>
    </body>
  </text>
</TEI>
