home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 May / PCWorld_2005-05_cd.bin / komunikace / amaya / amaya-WinXP-9.1.exe / doc / html / ShortCuts.html.fr < prev    next >
Extensible Markup Language  |  2005-02-23  |  10KB  |  206 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>Raccourcis clavier</title>
  7.   <meta name="GENERATOR" content="amaya 9.1, see http://www.w3.org/Amaya/" />
  8.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  9.   <link href="style.css" rel="stylesheet" type="text/css" />
  10. </head>
  11.  
  12. <body xml:lang="en" lang="en">
  13.  
  14. <table border="0" summary="toc">
  15.   <tbody>
  16.     <tr>
  17.       <td><img alt="W3C" src="../images/w3c_home" /> <img alt="Amaya"
  18.         src="../images/amaya.gif" /></td>
  19.       <td><p><a href="Configure.html.fr" accesskey="p"><img alt="previous"
  20.         src="../images/left.gif" /></a> <a href="Manual.html.fr"
  21.         accesskey="t"><img alt="top" src="../images/up.gif" /></a> <a
  22.         href="Access.html.fr" accesskey="n"><img alt="next"
  23.         src="../images/right.gif" /></a></p>
  24.       </td>
  25.     </tr>
  26.   </tbody>
  27. </table>
  28.  
  29. <div id="shortcuts">
  30. <h2>Les raccourcis clavier</h2>
  31.  
  32. <p>Il est utile de pouvoir invoquer les commandes des menus directement
  33. depuis le clavier. La boεte α outils de Thot fournit une facilitΘ qui laisse
  34. l'utilisateur accomplir ceci par le biais d'un fichier de raccourcis clavier.
  35. Ce fichier dΘfinit une liste d'associations entre une sΘquence au clavier et
  36. la commande correspondante invoquΘe.</p>
  37.  
  38. <p>La syntaxe utilisΘe pour dΘfinir une association est :</p>
  39. <pre> Directive = KeySeq ':' IdentCommand ;
  40.  KeysSeq = KeySet [ ',' KeySet ] ;
  41.  KeySet = [ Modifier ] [ 'Shift' ] Key ;
  42.  Key = '<Key>' KeyValue / '<Key>' SpecialKey ;
  43.  Modifier = 'Ctrl' / 'Alt' / 'Meta' ;
  44.  KeyValue = 'a' / 'b' / ... ;
  45.  SpecialKey = 'Escape' / 'Delete' / 'Space' / 'BackSpace' /
  46.               'Enter' / 'Up' / 'Down' / 'Left' / 'Right' /
  47.               'Home' / 'End' / 'F1' / ... / 'L1' / ... / 'R1' / ... ;
  48.  IdentCommand = 'TtcInsertChar(' Char ')' / NAME '()' ;
  49.  Char = KeyValue / OctalValue / Entity ;
  50.  OctalValue = '\' NUMBER ; 
  51.  Entity = DecEntity / HexaEntity ;
  52.  DecEntity = '&' '#' NUMBER ';' ;
  53.  HexaEntity = '&' '#' 'x' HEXADECIMAL ';' ;</pre>
  54.  
  55. <p>Par exemple, regardez les fichiers standards <code>amaya.keyboard</code>
  56. (pour stations Unix) et <code>amaya.kb</code> (pour stations Windows), qui
  57. sont localisΘs par dΘfaut dans le rΘpertoire <code>Amaya/config</code>.</p>
  58.  
  59. <p>La liste des commandes disponibles est :</p>
  60. <ul>
  61.   <li>Commandes de dΘplacement :
  62.     <ul>
  63.       <li><span style="color: #E55500" class="menuItems">TtcNextChar,
  64.         TtcPreviousChar</span> : dΘplace caractΦre par caractΦre.</li>
  65.       <li><span style="color: #E55500" class="menuItems">TtcNextWord,
  66.         TtcPreviousWord</span> : dΘplace mot par mot.</li>
  67.       <li><span style="color: #E55500" class="menuItems">TtcStartOfLine,
  68.         TtcEndOfLine</span> : dΘplace au dΘbut ou α la fin de la ligne
  69.         courante..</li>
  70.       <li><span style="color: #E55500" class="menuItems">TtcNextLine,
  71.         TtcPreviousLine</span> : dΘplace ligne par ligne.</li>
  72.       <li><span style="color: #E55500" class="menuItems">TtcNextElement,
  73.         TtcPreviousElement, TtcChildElement, TtcParentElement</span> :
  74.         dΘplace ΘlΘment par ΘlΘment.</li>
  75.       <li><span style="color: #E55500" class="menuItems">TtcPageDown,
  76.         TtcPageUp, TtcPageTop, TtcPageEnd</span> : fait dΘfiler page par
  77.       page.</li>
  78.       <li><span style="color: #E55500" class="menuItems">TtcLineUp,
  79.         TtcLineDown</span> fait dΘfiler une ligne en haut ou une ligne en
  80.       bas.</li>
  81.     </ul>
  82.   </li>
  83.   <li>Commandes d'extension de la sΘlection :
  84.     <ul>
  85.       <li><span style="color: #E55500" class="menuItems">TtcNextSelChar,
  86.         TtcPreviousSelChar</span> : sΘlectionne caractΦre par caractΦre.</li>
  87.       <li><span style="color: #E55500" class="menuItems">TtcNextSelWord,
  88.         TtcPreviousSelWord</span> : sΘlectionne mot par mot.</li>
  89.       <li><span style="color: #E55500" class="menuItems">TtcSelStartOfLine,
  90.         TtcSelEndOfLine</span> : sΘlectionne jusqu'au dΘbut ou α la fin de la
  91.         ligne courante.</li>
  92.       <li><span style="color: #E55500" class="menuItems">TtcNextSelLine,
  93.         TtcPreviousSelLine</span> : sΘlectionne ligne par ligne.</li>
  94.     </ul>
  95.   </li>
  96.   <li>Une commande qui permet de suivre un lien ou d'activer un ΘlΘment de
  97.     formulaire HTML (menu, bouton, etc.) :
  98.     <p class="menuItems"><span style="color: #E55500">DoAction.</span></p>
  99.   </li>
  100.   <li>Une commande qui permet de sauter au prochain (ou au premier s'il n'y a
  101.     pas de sΘlection) lien ou ΘlΘment de formulaire HTMLá:
  102.     <p><span style="color: #E55500">NextLinkOrFormElement.</span></p>
  103.   </li>
  104.   <li>Une commande qui permet de sauter lien ou ΘlΘment de formulaire HTML
  105.     prΘcΘdentá:
  106.     <p><span style="color: #E55500">PreviousLinkOrFormElement.</span></p>
  107.   </li>
  108.   <li>Dans le menu Fichier :<span style="color: #FFDA95"></span>
  109.     <p class="menuItems"><span style="color: #E55500">New, NewTemplate,
  110.     NewCss, OpenDoc, OpenDocInNewWindow, OpenDocInNewTab, Reload,
  111.     GotoPreviousHTML, GotoNextHTML, GoToHome, SaveDocument, SaveDocumentAs,
  112.     Synchronize, ParseAsHTML, DocumentInfo, SetupAndPrint, PrintAs
  113.     CloseDocument, AmayaClose</span></p>
  114.   </li>
  115.   <li>Dans le menu ╔dition :
  116.     <p class="menuItems"><span style="color: #E55500">TtcUndo, TtcRedo,
  117.     TtcCutSelection, TtcCopySelection, TtcPaste, TtcDeleteSelection,
  118.     SetBrowserEditor, TtcSearchText, SpellCheck, TransformType,
  119.     ConfigGeneral, ConfigPublish, ConfigCache, ConfigProxy, ConfigColor,
  120.     ConfigGeometry, ConfigLanNeg, ConfigProfile, ConfigTemplates.</span></p>
  121.   </li>
  122.   <li>Dans le menu ElΘments :
  123.     <dl>
  124.       <dt>Menu XHTML: <span style="color: #E55500">ChangeTitle,
  125.       CreateAddress, CreateParagraph, CreateImage, CreateHorizontalRule,
  126.       CreateBlockQuote, CreatePreformatted, CreateAddress, CreateDivision,
  127.       CreateNOSCRIPT, CreateObject, CreateParameter, CreateIFrame,
  128.       CreateBreak("\212")</span><span style="color: #E55500">,
  129.       CreateAreaRect, CreateAreaCircle, CreateAreaPoly,CreateForm,
  130.       CreateFileInput, CreateImageInput, CreatePasswordInput,
  131.       CreateHiddenInput, CreateLabel, CreateFieldset, CreateOptGroup,
  132.       CreateToggle, CreateRadio, CreateOption, CreateTextInput,
  133.       CreateTextArea, CreateSubmit, CreateReset, CreateHeading1,
  134.       CreateHeading2, CreateHeading3, CreateHeading4, CreateHeading5,
  135.       CreateHeading6, CreateList, CreateNumberedList, CreateDefinitionList,
  136.       CreateDefinitionTerm, CreateDefinitionDef, CreateObject,
  137.       CreateParameter, SectionNumbering, MakeBook</span></dt>
  138.       <dt>sous-menu Table :</dt>
  139.       <dt style="color: #E55500">CreateTable, CreateCaption, CreateTHead,
  140.       CreateTBody, CreateTFoot, CreateRow, CreateDataCell, CreateHeadingCell,
  141.       DeleteColumn</dt>
  142.       <dt>sous-menu Structureá:</dt>
  143.       <dt><span style="color: #E55500">CreateBase, CreateMeta,
  144.       CreateLinkInHead, CreateScript, CreateStyle, CreateComment.</span></dt>
  145.       <dt>sous-menu types information :</dt>
  146.       <dt style="color: #E55500">SetOnOffEmphasis, SetOnOffStrong,
  147.       SetOnOffCite, SetOnOffDefinition, SetOnOffCode, SetOnOffVariable,
  148.       SetOnOffSample, SetOnOffKeyboard, SetOnOffAbbr, SetOnOffAcronym,
  149.       SetOnOffINS, SetOnOffDEL.</dt>
  150.       <dt>sous-menu ΘlΘments caractΦres :</dt>
  151.       <dt style="color: #E55500">SetOnOffItalic, SetOnOffBold,
  152.       SetOnOffTeletype, SetOnOffBig, SetOnOffSmall, SetOnOffSub, SetOnOffSup,
  153.       SetOnOffQuotation, SetOnOffBDO.</dt>
  154.       <dt>sous-menu Math :</dt>
  155.       <dt style="color: #E55500">CreateInlineMath, CreateMath, CreateMROOT,
  156.       CreateMSQRT, CreateMFRAC, CreateMSUBSUP, CreateMSUB, CreateMSUP,
  157.       CreateMUNDEROVER, CreateMUNDER, CreateMOVER, CreateMROW,
  158.       CreateMMULTISCRIPTS, CreateMTABLE</dt>
  159.     </dl>
  160.   </li>
  161.   <li>Dans le menu <code>Liens</code> :
  162.     <p class="menuItems"><span style="color: #E55500">LinkToPreviousTarget,
  163.     CreateOrChangeLink, CreateTarget, DeleteAnchor, MakeID.</span></p>
  164.   </li>
  165.   <li>Dans le menu <code>Vues</code> :
  166.     <p class="menuItems"><span style="color: #E55500">TtcSwitchButtonBar,
  167.     TtcSwitchCommands, ShowMapAreas, ShowTargets, ZoomIn, ZoomOut,
  168.     ShowStructure, ShowAlternate, ShowLinks, ShowToC., ShowSource,
  169.     ShowLogFile.</span></p>
  170.   </li>
  171.   <li>Dans le menu <code>Style</code> :
  172.     <dl>
  173.       <dt style="color: #E55500">TtcChangeCharacters, TtcChangeColors,
  174.       TtcChangeFormat, ChangeBackgroundImage, CreateClass, ApplyClass,
  175.       LinkCSS, OpenCSS, DisableCSS, EnableCSS, RemoveCSS, DoLeftAlign,
  176.       DoRightAlign, DoCenter, DoJustify.</dt>
  177.     </dl>
  178.   </li>
  179.   <li>Dans le menu Annotations:
  180.     <p class="menuItems"><span style="color: #E55500"><span
  181.     style="color: #E55500">AnnotateSelection, AnnotateDocument,
  182.     LoadAnnotations, PostAnnotation, DeleteAnnotation, FilterAnnot,
  183.     ConfigAnnot.</span></span></p>
  184.   </li>
  185. </ul>
  186. <ul>
  187.   <li>Dans le menu <code>Aide</code> :
  188.     <p class="menuItems"><span style="color: #E55500">HelpAmaya, HelpAtW3C,
  189.     HelpBrowsing, HelpSelecting, HelpSearching, HelpViews, HelpCreating,
  190.     HelpLinks, HelpChanging, HelpTables, HelpMath, HelpSVG, HelpImageMaps,
  191.     HelpStyleSheets, HelpAttributes, HelpPublishing, HelpPrinting,
  192.     HelpNumbering, HelpMakeBook, HeplAnnotation, HelpConfigure,
  193.     HelpShortCuts.</span></p>
  194.   </li>
  195. </ul>
  196.  
  197. <p></p>
  198. </div>
  199.  
  200. <p><a href="Configure.html.fr"><img alt="previous" src="../images/left.gif"
  201. /></a><a href="Manual.html.fr"><img alt="top" src="../images/up.gif" /></a>
  202. <a href="Access.html.fr"><img alt="next" src="../images/right.gif" /></a></p>
  203. <hr />
  204. </body>
  205. </html>
  206.