home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Komunik / Amaya / WinNT2000 / amaya-WindowsNT-4.3.exe / _SETUP.1 / Selecting.html < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-22  |  6.6 KB  |  144 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <title>Selecting</title>
  7.   <meta name="GENERATOR" content="amaya V4.2.2" />
  8.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9. </head>
  10.  
  11. <body xml:lang="en" lang="en">
  12.  
  13. <table border="0" width="100%" summary="toc">
  14.   <tbody>
  15.     <tr>
  16.       <td><p><img border="0" alt="W3C" src="../../Icons/WWW/w3c_home" /> <img
  17.         border="0" alt="Amaya" src="../Icons/amaya.gif" /></p>
  18.       </td>
  19.       <td><p align="right"><a href="Browsing.html" accesskey="p"><img
  20.         alt="previous" border="0" src="../Icons/left.gif" /></a> <a
  21.         href="Manual.html" accesskey="t"><img alt="top" border="0"
  22.         src="../Icons/up.gif" /></a> <a href="Searching.html"
  23.         accesskey="n"><img alt="next" border="0" src="../Icons/right.gif"
  24.         /></a></p>
  25.       </td>
  26.     </tr>
  27.   </tbody>
  28. </table>
  29.  
  30. <div id="Selecting">
  31. <h2>Selecting</h2>
  32.  
  33. <p>Many commands in <strong>Amaya</strong> act on the current selection. The
  34. current selection can be provided in different ways.</p>
  35. <ul>
  36.   <li>Selecting with the mouse
  37.     <ul>
  38.       <li>As usual, you can click with the left mouse button for moving the
  39.         insertion point.</li>
  40.       <li><p>To select some text, drag a region - move the mouse with the left
  41.         button pressed down and release it when the desired part is
  42.         selected.</p>
  43.       </li>
  44.       <li><p>You can also extend the selection by clicking with the left
  45.         button combined with the Shift key.</p>
  46.       </li>
  47.       <li>A double click on a character of a word selects the whole word.</li>
  48.       <li><p>You can select a whole element, such as a list item by clicking
  49.         on its bullet or its number.</p>
  50.       </li>
  51.     </ul>
  52.   </li>
  53.   <li>Selecting from the keyboard
  54.     <ul>
  55.       <li>The four arrow keys on the keyboard <strong>Left</strong>,
  56.         <strong>Right</strong>, <strong>Up</strong>, and <strong>Down</strong>
  57.         move the insertion point in the four directions. If there is no
  58.         visible selection in the document window, a new selection is generated
  59.         at the top left corner of the window.</li>
  60.       <li>Combining the key Shift with these four arrow keys
  61.         (<strong>Shift-Left</strong>, <strong>Shift-Right</strong>,
  62.         <strong>Shift-Up</strong>, and <strong>Shift-Down</strong>) extends
  63.         the current selection in one of these four directions.</li>
  64.       <li>Keys <strong>Home</strong> and <strong>End</strong> move the
  65.         insertion point to the beginning of the line or the end of the
  66.       line.</li>
  67.       <li>The default keyboard command <strong>Alt-Enter</strong> allows you
  68.         to extend the current selection to the current word. If the selection
  69.         is within a link that command will <a
  70.         href="Browsing.html#Activating">activate the link</a> instead of
  71.         selecting the current word.</li>
  72.       <li>Keys  <strong>Control-Left</strong>, <strong>Control-Right</strong>
  73.         move the current selection to the beginning of the previous or of the
  74.         next word.</li>
  75.       <li><strong>Shift-Control-Left</strong>,
  76.         <strong>Shift-Control-Right</strong> extend the current selection to
  77.         the beginning of the previous word or to the end of the next
  78.       word.</li>
  79.       <li><strong>Control-Up</strong> and <strong>Control-Down</strong> allow
  80.         you to scroll the document one line up or one line down.</li>
  81.       <li><strong>Control-Home</strong> and <strong>Control-End</strong> allow
  82.         you to scroll to the beginning and to the end of the document.</li>
  83.     </ul>
  84.   </li>
  85. </ul>
  86.  
  87. <p>Whatever the way you make the current selection, the type of the first
  88. selected element is displayed at the bottom of the window. It is followed by
  89. the types of the enclosing elements in the structure. This may be helpful when
  90. the document structure is complex.</p>
  91.  
  92. <h3><a name="Selecting1">Selecting by Structure</a></h3>
  93.  
  94. <p>The structure view is especially convenient for quickly selecting large
  95. elements. Just click on the blue label that represents the element, or on the
  96. name of any of its attributes, or even on its blue vertical line. A large
  97. element like a complex table or a long list can be selected with a single
  98. click.</p>
  99.  
  100. <p>Clicking on a black character in the Structure view selects only that
  101. character.</p>
  102.  
  103. <p>A bold text in the structure view represents the value of an attribute that
  104. can be edited directly from the keyboard. A selection in such an attribute
  105. value cannot be extended outside the attribute.</p>
  106.  
  107. <p>It is also possible to use the Keyboard for selecting by structure in any
  108. view. Pressing the <strong>Esc</strong> (<strong>F2</strong> on Windows) key
  109. selects the parent element in the document structure. Pressing the
  110. <strong>Esc</strong> (<strong>F2</strong> on Windows) key several times allows
  111. you to select containers (and everything in them) up the structure the
  112. structure towards the root. It is also possible to select child elements: the
  113. default shortcut key is <strong>Control-minus</strong> ("-"). To select the
  114. next or previous element at the same level (or at the level of the parent
  115. element if there is no next/previous child of the current level) use
  116. <strong>Control-k</strong> (for next) and <strong>Control-j</strong> (for
  117. previous).</p>
  118.  
  119. <h3><a name="Selecting2">Selecting images</a></h3>
  120.  
  121. <p>If you click on the left hand part of an image, the insertion point is
  122. moved to the left edge of that image. This allows you to type text before the
  123. image. If you click on the right hand part of an image, the insertion point is
  124. moved to the right side of that image. This allows you to type text after the
  125. image.</p>
  126.  
  127. <p>When using the arrow keys to move, the cursor will move from one side of
  128. the image to the image itself (selecting it)and then to the other side</p>
  129.  
  130. <p>If you want to select the whole image, click anywhere within the image and
  131. move a bit with the button pressed down. Do not leave the image before
  132. releasing the button. The whole image is then selected. You can use the copy,
  133. cut and paste commands to move or duplicate the image element along with all
  134. its attributes.</p>
  135. </div>
  136.  
  137. <p align="right"><a href="Browsing.html"><img alt="previous" border="0"
  138. src="../Icons/left.gif" /></a> <a href="Manual.html"><img alt="top" border="0"
  139. src="../Icons/up.gif" /></a> <a href="Searching.html"><img alt="next"
  140. border="0" src="../Icons/right.gif" /></a></p>
  141. <hr />
  142. </body>
  143. </html>
  144.