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/text.model

    r465 r473  
    5959                        <sm:textLeafTag role="label" name=";Label"/> 
    6060                        <sm:textLeafTag role="filePath" name=";Chemin de fichiers, nom de fichier"/> 
     61                        <sm:textLeafTag role="cmd" name=";Ligne de commande"/> 
    6162                        <sm:inlineImgTag role="iconButton" name=";Bouton icône"> 
    6263                                <sm:allowedModel sc:refUri="/dkCore/model/base/icon.model"/> 
     
    7576                                        <sm:char value="®" name="®"/> 
    7677                                        <sm:char value="™" name="™"/> 
    77                                         <sm:char value="⌘" name="⌘"/> 
     78                                </sm:charGroup> 
     79                                <sm:charGroup name=";Touches clavier Apple"> 
     80                                        <sm:char value="⌘" name=";⌘ (command)"/> 
     81                                        <sm:char value="⌥" name=";⌥ (option)"/> 
     82                                        <sm:char value="⇧" name=";⇧ (shift)"/> 
    7883                                </sm:charGroup> 
    7984                        </sm:insertCharacters> 
Note: See TracChangeset for help on using the changeset viewer.