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 / ShortCuts.html < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-22  |  9.1 KB  |  203 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>Keyboard shortcuts</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>
  12.  
  13. <table border="0" width="100%" summary="toc">
  14.   <tbody>
  15.     <tr>
  16.       <td><img border="0" alt="W3C" src="../../Icons/WWW/w3c_home" /> <img
  17.         border="0" alt="Amaya" src="../Icons/amaya.gif" /></td>
  18.       <td><p align="right"><a href="Configure.html" accesskey="p"><img
  19.         alt="previous" border="0" src="../Icons/left.gif" /></a> <a
  20.         href="Manual.html" accesskey="t"><img alt="top" border="0"
  21.         src="../Icons/up.gif" /></a> <a href="Access.html" accesskey="n"><img
  22.         alt="next" border="0" src="../Icons/right.gif" /></a></p>
  23.       </td>
  24.     </tr>
  25.   </tbody>
  26. </table>
  27.  
  28. <div id="shortcuts">
  29. <h2>Keyboard shortcuts</h2>
  30.  
  31. <p>It is useful to be able to invoke menu commands directly from the keyboard.
  32. The Thot toolkit provides a facility that lets user accomplish this by means
  33. of an application keyboard shortcuts file. This file defines a list of
  34. associations between a keyboard sequence and the corresponding invoked
  35. command.</p>
  36.  
  37. <p>The syntax used to define an association is:</p>
  38. <pre> Directive = KeySeq ':' IdentCommand ;
  39.  KeysSeq = KeySet [ ',' KeySet ] ;
  40.  KeySet = [ Modifier ] [ 'Shift' ] Key ;
  41.  Key = '<Key>' KeyValue / '<Key>' SpecialKey ;
  42.  Modifier = 'Ctrl' / 'Alt' / 'Meta' ;
  43.  KeyValue = 'a' / 'b' / ... ;
  44.  SpecialKey = 'Escape' / 'Delete' / 'Space' / 'BackSpace' /
  45.               'Enter' / 'Up' / 'Down' / 'Left' / 'Right' /
  46.               'Home' / 'End' / 'F1' / ... / 'L1' / ... / 'R1' / ... ;
  47.  IdentCommand = 'TtcInsertChar(' Char ')' / NAME '()' ;
  48.  Char = KeyValue / OctalValue ;  OctalValue = '\' NUMBER ; </pre>
  49.  
  50. <p>For an example, see the standard files <code>amaya.keyboard</code> (for
  51. Unix platforms) and <code>amaya.kb</code> (for Windows platforms), which are
  52. by default located in the directory <code>Amaya/config</code>.</p>
  53.  
  54. <p>The list of available commands is:</p>
  55. <ul>
  56.   <li>Moving commands: 
  57.     <ul>
  58.       <li><span style="color: #E55500" class="menuItems">TtcNextChar,
  59.         TtcPreviousChar</span>: move character by character.</li>
  60.       <li><span style="color: #E55500" class="menuItems">TtcNextLine,
  61.         TtcPreviousLine, TtcStartOfLine, TtcEndOfLine</span>: move line by
  62.         line.</li>
  63.       <li><span style="color: #E55500" class="menuItems">TtcNextElement,
  64.         TtcPreviousElement, TtcChildElement, TtcParentElement</span>: move
  65.         element by element.</li>
  66.       <li><span style="color: #E55500" class="menuItems">TtcPageDown,
  67.         TtcPageUp, TtcPageTop, TtcPageEnd</span>: scroll from page to
  68.       page.</li>
  69.       <li><span style="color: #E55500" class="menuItems">TtcLineUp,
  70.         TtcLineDown</span> scroll one line up or one line down.</li>
  71.     </ul>
  72.   </li>
  73.   <li>A command that allows one to follow a link or to activate a form element
  74.     (menu, button, etc.): 
  75.     <p class="menuItems"><span style="color: #E55500">DoAction.</span></p>
  76.   </li>
  77.   <li>In <code>File</code> menu: 
  78.     <p class="menuItems"><span style="color: #E55500">New, NewTemplate,
  79.     NewCss, OpenDoc, OpenDocInNewWindow, Reload, GotoPreviousHTML,
  80.     GotoNextHTML, GoToHome, SaveDocument, SaveDocumentAs, Synchronize,
  81.     SetupAndPrint, PrintAs CloseDocument, AmayaClose</span></p>
  82.   </li>
  83.   <li>In Edit menu: 
  84.     <p class="menuItems"><span style="color: #E55500">TtcUndo, TtcRedo,
  85.     TtcCutSelection, TtcCopySelection, TtcPaste, TtcDeleteSelection,
  86.     SetBrowserEditor, TtcSearchText, SpellCheck, TransformType.</span></p>
  87.   </li>
  88.   <li>In <code>Structure</code> menu: 
  89.     <p class="menuItems"><span style="color: #E55500">CreateBase, CreateMeta,
  90.     CreateLinkInHead, CreateScript, CreateStyle, CreateComment.</span></p>
  91.   </li>
  92.   <li>In Types menu: 
  93.     <dl>
  94.       <dt>Main Menu:</dt>
  95.         <dd class="menuItems"><span style="color: #E55500">ChangeTitle,
  96.           CreateAddress, CreateParagraph, CreateImage, CreateHorizontalRule,
  97.           CreateBlockQuote, CreatePreformatted, CreateAddress, CreateDivision,
  98.           CreateNOSCRIPT, CreateObject, CreateParameter, CreateIFrame,
  99.           CreateBreak("\212")</span></dd>
  100.       <dt>AREA submenu:</dt>
  101.         <dd class="menuItems"><span style="color: #E55500">CreateAreaRect,
  102.           CreateAreaCircle, CreateAreaPoly</span></dd>
  103.       <dt>Form submenu:</dt>
  104.         <dd class="menuItems"><span style="color: #E55500">CreateForm,
  105.           CreateFileInput, CreateImageInput, CreatePasswordInput,
  106.           CreateHiddenInput, CreateLabel, CreateFieldset, CreateOptGroup,
  107.           CreateToggle, CreateRadio, CreateOption, CreateTextInput,
  108.           CreateTextArea, CreateSubmit, CreateReset,</span></dd>
  109.       <dt>Heading submenu:</dt>
  110.         <dd class="menuItems"><span style="color: #E55500">CreateHeading1,
  111.           CreateHeading2, CreateHeading3, CreateHeading4, CreateHeading5,
  112.           CreateHeading6</span></dd>
  113.       <dt>List submenu:</dt>
  114.         <dd class="menuItems"><span style="color: #E55500">CreateList,
  115.           CreateNumberedList, ThotCreateMenu, ThotCreateDirectory,
  116.           CreateDefinitionList, CreateDefinitionTerm,
  117.           CreateDefinitionDef</span></dd>
  118.       <dt>Math submenu:</dt>
  119.         <dd class="menuItems"><span style="color: #E55500">CreateInlineMath,
  120.           CreateMath, CreateMROOT, CreateMSQRT, CreateMFRAC, CreateMSUBSUP,
  121.           CreateMSUB, CreateMSUP, CreateMUNDEROVER, CreateMUNDER, CreateMOVER,
  122.           CreateMROW, CreateMMULTISCRIPTS, CreateMTABLE</span></dd>
  123.       <dt>OBJECT submenu:</dt>
  124.         <dd class="menuItems"><span style="color: #E55500">CreateObject,
  125.           CreateParameter</span></dd>
  126.       <dt>Table submenu:</dt>
  127.         <dd class="menuItems"><span style="color: #E55500">CreateTable,
  128.           CreateCaption, CreateTHead, CreateTBody, CreateTFoot, CreateRow,
  129.           CreateDataCell, CreateHeadingCell, DeleteColumn</span></dd>
  130.     </dl>
  131.   </li>
  132.   <li>In <code>Links</code> menu: 
  133.     <p class="menuItems"><span style="color: #E55500">LinkToPreviousTarget,
  134.     CreateOrChangeLink, CreateTarget, DeleteAnchor.</span></p>
  135.   </li>
  136.   <li>In <code>Views</code> menu: 
  137.     <p class="menuItems"><span style="color: #E55500">TtcSwitchButtonBar,
  138.     TtcSwitchCommands, ShowMapAreas, ShowTargets, ZoomIn, ZoomOut,
  139.     ShowStructure, ShowAlternate, ShowLinks, ShowToC., ShowSource</span></p>
  140.   </li>
  141.   <li>In <code>Style</code> menu: 
  142.     <dl>
  143.       <dt>Main Menu:</dt>
  144.         <dd><p class="menuItems"><span
  145.           style="color: #E55500">TtcChangeCharacters, TtcChangeColors,
  146.           TtcChangeFormat, ChangeBackgroundImage, CreateClass,
  147.           ApplyClass.</span></p>
  148.         </dd>
  149.       <dt>Style Sheets submenu:</dt>
  150.         <dd><p class="menuItems"><span style="color: #E55500">LinkCSS,
  151.           OpenCSS, DisableCSS, EnableCSS, RemoveCSS.</span></p>
  152.         </dd>
  153.       <dt>Information Types submenu:</dt>
  154.         <dd><p class="menuItems"><span
  155.           style="color: #E55500">SetOnOffEmphasis, SetOnOffStrong,
  156.           SetOnOffCite, SetOnOffDefinition, SetOnOffCode, SetOnOffVariable,
  157.           SetOnOffSample, SetOnOffKeyboard, SetOnOffAbbr, SetOnOffAcronym,
  158.           SetOnOffINS, SetOnOffDEL.</span></p>
  159.         </dd>
  160.       <dt>Character Element submenu:</dt>
  161.         <dd><p class="menuItems"><span style="color: #E55500">SetOnOffItalic,
  162.           SetOnOffBold, SetOnOffTeletype, SetOnOffBig, SetOnOffSmall,
  163.           SetOnOffSub, SetOnOffSup, SetOnOffQuotation, SetOnOffBDO.</span></p>
  164.         </dd>
  165.     </dl>
  166.   </li>
  167.   <li>In <code>Special</code> menu: 
  168.     <p class="menuItems"><span style="color: #E55500">SectionNumbering,
  169.     MakeBook, MakeID, ShowLogFile, ConfigGeneral, ConfigPublish, ConfigCache,
  170.     ConfigProxy, ConfigColor, ConfigGeometry, ConfigLanNeg, ConfigProfile,
  171.     ConfigTemplates.</span></p>
  172.   </li>
  173.   <li>In <code>Annotations</code> menu 
  174.     <p class="menuItems"><span style="color: #E55500">AnnotateSelection,
  175.     AnnotateDocument, LoadAnnotations, PostAnnotation, DeleteAnnotation,
  176.     FilterAnnot, ConfigAnnot.</span></p>
  177.   </li>
  178.   <li>In <code>Help</code> menu: 
  179.     <p class="menuItems"><span style="color: #E55500">HelpAmaya, HelpAtW3C,
  180.     HelpBrowsing, HelpSelecting, HelpSearching, HelpViews, HelpCreating,
  181.     HelpLinks, HelpChanging, HelpTables, HelpMath, HelpSVG, HelpImageMaps,
  182.     HelpStyleSheets, HelpAttributes, HelpPublishing, HelpPrinting,
  183.     HelpNumbering, HelpMakeBook, HelpAnnotation, HelpConfigure, HelpShortCuts,
  184.     HelpAccess.</span></p>
  185.   </li>
  186. </ul>
  187. </div>
  188.  
  189. <p align="right"><a href="Configure.html"><img alt="previous" border="0"
  190. src="../Icons/left.gif" /></a><a href="Manual.html"><img alt="top" border="0"
  191. src="../Icons/up.gif" /></a> <a href="Access.html"><img alt="next" border="0"
  192. src="../Icons/right.gif" /></a></p>
  193. <hr />
  194. <address>
  195.   <a href="mailto:vatton@w3.org">IrΦne Vatton</a><br />
  196.   <br />
  197.  
  198. </address>
  199.  
  200. <p></p>
  201. </body>
  202. </html>
  203.