Ignore:
Timestamp:
02/21/09 16:03:31 (3 years ago)
Author:
sam
Message:

primitives texte : ajout textLeaf cmd (ligne de commande) + char spé touches apple

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/model/sources/dkCore/model/content/textSimple.model

    r449 r473  
    2929                        <sm:textLeafTag role="label" name=";Label"/> 
    3030                        <sm:textLeafTag role="filePath" name=";Chemin de fichiers, nom de fichier"/> 
     31                        <sm:textLeafTag role="cmd" name=";Ligne de commande"/> 
    3132                        <sm:inlineImgTag role="iconButton" name=";Bouton icône"> 
    3233                                <sm:allowedModel sc:refUri="/dkCore/model/base/icon.model"/> 
     
    4445                                        <sm:char value="®" name="®"/> 
    4546                                        <sm:char value="™" name="™"/> 
    46                                         <sm:char value="⌘" name="⌘"/> 
     47                                </sm:charGroup> 
     48                                <sm:charGroup name=";Touches clavier Apple"> 
     49                                        <sm:char value="⌘" name=";⌘ (command)"/> 
     50                                        <sm:char value="⌥" name=";⌥ (option)"/> 
     51                                        <sm:char value="⇧" name=";⇧ (shift)"/> 
    4752                                </sm:charGroup> 
    4853                        </sm:insertCharacters> 
Note: See TracChangeset for help on using the changeset viewer.