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 / Browsing.html < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-26  |  8.3 KB  |  172 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>Browsing with Amaya</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%">
  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="Manual.html" accesskey="t"><img alt=""
  20.         border="0" src="../Icons/up.gif" /></a> <a href="Selecting.html"
  21.         accesskey="n"><img alt="next" border="0" src="../Icons/right.gif"
  22.         /></a></p>
  23.       </td>
  24.     </tr>
  25.   </tbody>
  26. </table>
  27.  
  28. <div id="Browsing">
  29. <h2>Browsing versus Editing</h2>
  30.  
  31. <p><strong>Amaya</strong> is mainly an editor with browsing capabilities. When
  32. used as a browser, it behaves like many other Web browsers, except for <a
  33. href="#Activating">activating links</a>. In normal operation
  34. <strong>Amaya</strong> allows you to browse and edit documents simultaneously,
  35. but you can change this standard behavior for each document window
  36. independently. The <img src="../Icons/Editor.gif" alt="editor-mode" /> button
  37. shows up that the window is in editor mode: you can edit the current document
  38. and browse in this window. By clicking on that button, you switch the window
  39. to browser mode. The button is then displayed as <img
  40. src="../Icons/Browser.gif" alt="browser-mode" /> and you can only browse and
  41. fill in forms. This option is also available from the Edit menu option
  42. <strong>Editor Mode</strong>, and as a keyboard shortcut (the default is
  43. <strong>Shift-Control-*</strong>).</p>
  44.  
  45. <h3><a name="Activating">Activating a link</a></h3>
  46.  
  47. <p>Links are usually displayed in blue (or underlined on monochrome displays).
  48. As <strong>Amaya</strong> is an editor, you must double click on a link to
  49. activate it. A single click just moves the insertion point and displays the
  50. expanded URI of the link into the status bar of the main view. This behavior
  51. can be changed as well as many other parameters using a preferences menu. By
  52. changing the "Double click activates link", you can browse documents with a
  53. simple-click. In that case, you cannot easily put the insert point within
  54. anchors: you have to use the drag and/or arrows to move the insert point
  55. within an anchor. It is also possible to use the keyboard to activate links,
  56. as well as form controls. The default keyboard command is
  57. <strong>Alt-Enter</strong>.</p>
  58.  
  59. <p>The document retrieved by this operation normally <em>replaces</em> the
  60. current document in the same window, in the same mode (editor or browser ).
  61. However, if the current document has been modified and has not been saved yet,
  62. another window is created for the new document, to avoid losing last
  63. changes.</p>
  64.  
  65. <h3><a name="Access">Access keys</a></h3>
  66.  
  67. <p>An author could associate an attribute <code>accesskey</code> to a form
  68. field, an area, or a link. The following elements support the accesskey: AREA,
  69. BUTTON, INPUT, LABEL, LEGEND, and TEXTAREA.This can be crucial to people with
  70. motoric disabilities but there are other conditions where it could be
  71. necessary or useful.</p>
  72.  
  73. <p>When the author associated an attribute accesskey to a link in a document
  74. (example <code>accesskey="n" or accesskey="N"</code>), the command
  75. <strong>Alt-accesskey</strong> (in the example Alt-a) will activate that link.
  76. Pressing <strong>Alt- accesskey</strong> when assigned to a form element will
  77. give the focus to that element (the following element for LABEL and
  78. LEGEND).</p>
  79.  
  80. <p>Access keys overwrite Amaya shortcuts. For example Help pages declare
  81. access keys: "n" for going to the next page, "p" for going to the previous
  82. page and "t" for the table of contents. If the user has assigned a shortcut
  83. Alt-p to an Amaya command, this shortcut won't be accessible when these help
  84. pages are displayed. By default the modifier key used for access keys is
  85. <strong>Alt</strong>. The preferences menu
  86. <code>Special/Preferences/General</code> lets one changes this default
  87. configuration. The user can use the key <strong>Control</strong> instead of
  88. <strong>Alt</strong> or can decide to disable the access keys handler.</p>
  89.  
  90. <h3><a name="L515">Target anchors</a></h3>
  91.  
  92. <p>Some pieces of text can be displayed with a <a name="target">target icon
  93. <img src="../Icons/target.gif" alt=" target " /></a>. These icons are not part
  94. of the document and can be displayed or hidden just by controlling the
  95. <strong>Show targets</strong> status of the current window, which is an option
  96. in the <strong>Views</strong> menu. The default keyboard command is
  97. <strong>Control-v Control-t</strong> in Unix, <strong>Alt-v Alt-l</strong> in
  98. Windows.</p>
  99.  
  100. <p>These icons are associated to <em>target elements</em>, i.e. elements with
  101. an <code>ID</code> attribute, or <em>target anchors</em>, i.e. anchors with a
  102. <code>name</code> attribute. They identify possible targets for links. These
  103. icons are intended to make the creation of links easier. As you can quickly
  104. recognize the possible target of a link, you can <a
  105. href="Links.html#L245">create links</a> faster.</p>
  106.  
  107. <h3><a name="Opening">Opening documents</a></h3>
  108.  
  109. <p>You can open local or remote documents in several different ways:</p>
  110. <dl>
  111.   <dt>File menu</dt>
  112.     <dd>Two entries from the File menu, <strong>Open Document</strong> and
  113.       <strong>Open in New Window</strong>, allow you to open a new document in
  114.       the same window or in a new window respectively. The default keyboard
  115.       commands are respectively <strong>Control-x Contol-f</strong> and
  116.       <strong>Control-x Control-o</strong> in Unix, <strong>Control-o</strong>
  117.       and <strong>Shift-Control-O</strong> in Windows. Both commands bring up
  118.       a dialog box where you can enter either a local file name or an URI. You
  119.       can also select a file from the <strong>Browse</strong> option that
  120.       contains a file browser and helps you to locate local files. 
  121.       <p>When the document is correctly specified, click on the
  122.       <strong>Confirm</strong> button. This command could be also used to
  123.       create a new local document.</p>
  124.     </dd>
  125.   <dt>Command line "Open"</dt>
  126.     <dd>This area displays the file name or the URI of the current document.
  127.       You can edit it to specify a different (local or remote) document to be
  128.       displayed in the same window. Press the Enter key when the cursor is in
  129.       this area to actually load the document. This command could be also used
  130.       to create a new local document.</dd>
  131.   <dt>Following links</dt>
  132.     <dd><a href="#L311">Activating a link</a> to get the corresponding
  133.       document.</dd>
  134. </dl>
  135.  
  136. <h3><a name="Moving">Moving backward and forward</a></h3>
  137.  
  138. <p>There are several ways to move backward or forward through the history
  139. list:</p>
  140. <dl>
  141.   <dt>File menu</dt>
  142.     <dd>There are entries in the file menu for Forward and Backward. The
  143.       default keyboard shortcuts are <strong>Alt-b</strong> and
  144.       <strong>Alt-f</strong> in Unix, and Alt-left-arrow and Alt-right-arrow
  145.       in Windows</dd>
  146.   <dt>Button bar</dt>
  147.     <dd>Two buttons: <img alt="Back " border="0" src="../Icons/Back.gif"
  148.       align="middle" /> and <img alt="Forward " border="0"
  149.       src="../Icons/Forward.gif" align="middle" /> allow you to go back to the
  150.       previous page or forward to the next one.</dd>
  151. </dl>
  152.  
  153. <h3><a name="Reloading">Reloading a page</a></h3>
  154.  
  155. <p>Documents can be reloaded using the <strong>Reload</strong> option in the
  156. <strong>File</strong> menu, the shortcut <strong>Alt-r</strong> in Unix and
  157. <strong>Control-r</strong> in Windows, or the <img src="../Icons/Reload.png"
  158. alt="reload" /> button on the button bar.</p>
  159.  
  160. <h3><a name="Keyboard">Keyboard control</a></h3>
  161.  
  162. <p>Amaya provides keyboard control for many functions. Default keyboard
  163. commands are provided at appropriate places in the documentation.. The help
  164. section on <a href="Configure.html">Configuring Amaya</a> describes how to
  165. change the defaults, and the current key bindings are provided next to the
  166. relevant menu option in all menus.</p>
  167. </div>
  168.  
  169. <p align="right"><a href="Manual.html"><img alt="" /></a></p>
  170. </body>
  171. </html>
  172.