Difference between revisions of "Template:LSL Constants/Controls/fr"

From Second Life Wiki
Jump to navigation Jump to search
(localized to french)
 
m (updated)
 
Line 1: Line 1:
{{{!}} class="sortable" {{Prettytable/fr}}
{{{!}} class="sortable" {{Prettytable|style=margin-top:0;}}
!Constantes
!Constantes
!Valeurs
!Valeurs
! class="unsortable" {{!}}Descriptions
! class="unsortable" {{!}}Descriptions
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_FWD|integer|1|hex=0x00000001|c=Déplacement vers l'avant}}
{{!}}{{LSL Const/fr|CONTROL_FWD|integer|1|hex=0x00000001|c=Déplacement vers l'avant (↑ or W)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Déplacement vers l'avant ({{Keypress|↑|title=flèche haut}} ou {{Keypress|W}})
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_BACK|integer|2|hex=0x00000002|c=Déplacement vers l'arrière}}
{{!}}{{LSL Const/fr|CONTROL_BACK|integer|2|hex=0x00000002|c=Déplacement vers l'arrière (↓ or S)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Déplacement vers l'arrière ({{Keypress|↓|title=flèche bas}} ou {{Keypress|S}})
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_LEFT|integer|4|hex=0x00000004|c=Déplacement vers la gauche}}
{{!}}{{LSL Const/fr|CONTROL_LEFT|integer|4|hex=0x00000004|c=Déplacement vers la gauche (Shift-← or Shift-A [← or A in mouselook])}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Déplacement vers la gauche ({{KeyCombo|shift=*|←|title=flèche gauche}} ou {{KeyCombo|shift=*|A}} [{{Keypress|←|title=flèche gauche}} ou {{Keypress|A}} en [[mouselook/fr|vue subjective]]])
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_RIGHT|integer|8|hex=0x00000008|c=Déplacement vers la droite}}
{{!}}{{LSL Const/fr|CONTROL_RIGHT|integer|8|hex=0x00000008|c=Déplacement vers la droite (Shift-→ or Shift-D [→ or D in mouselook])}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Déplacement vers la droite ({{KeyCombo|shift=*|→|title=flèche droite}} ou {{KeyCombo|shift=*|D}} [{{Keypress|→|title=flèche droite}} ou {{Keypress|D}} en [[mouselook/fr|vue subjective]]])
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_ROT_LEFT|integer|256|hex=0x00000100|c=Rotation vers la gauche}}
{{!}}{{LSL Const/fr|CONTROL_ROT_LEFT|integer|256|hex=0x00000100|c=Rotation vers la gauche (← or A)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Rotation vers la gauche ({{Keypress|←|title=flèche gauche}} ou {{Keypress|A}})
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_ROT_RIGHT|integer|512|hex=0x00000200|c=Rotation vers la droite}}
{{!}}{{LSL Const/fr|CONTROL_ROT_RIGHT|integer|512|hex=0x00000200|c=Rotation vers la droite (→ or D)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Rotation vers la droite ({{Keypress|→|title=flèche droite}} ou {{Keypress|D}})
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_UP|integer|16|hex=0x00000010|c=Déplacement vers le haut}}
{{!}}{{LSL Const/fr|CONTROL_UP|integer|16|hex=0x00000010|c=Déplacement vers le haut (PgUp or E)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Déplacement vers le haut ({{Keypress|PgUp|title=Pg.prèc (Page Up)}} ou {{Keypress|E}})
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_DOWN|integer|32|hex=0x00000020|c=Déplacement vers le bas}}
{{!}}{{LSL Const/fr|CONTROL_DOWN|integer|32|hex=0x00000020|c=Déplacement vers le bas (PgDn or C)}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Déplacement vers le bas ({{Keypress|PgDn|title=Pg.Suiv (Page Down)}} ou {{Keypress|C}})
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_LBUTTON|integer|hex=0x10000000|c=Bouton gauche de la souris}}
{{!}}{{LSL Const/fr|CONTROL_LBUTTON|integer|hex=0x10000000|c=Bouton gauche de la souris}}
{{!}}{{#var:value}}
{{!}}{{#var:value}}
{{!}}{{#var:comment}}
{{!}}Bouton gauche de la souris
{{!}}-
{{!}}-
{{!}}{{LSL Const/fr|CONTROL_ML_LBUTTON|integer|hex=0x40000000|c=Bouton gauche de la souris en vue subjective.}}
{{!}}{{LSL Const/fr|CONTROL_ML_LBUTTON|integer|hex=0x40000000|c=Bouton gauche de la souris en vue subjective.}}

Latest revision as of 01:18, 11 April 2009

Constantes Valeurs Descriptions
CONTROL_FWD 0x00000001 Déplacement vers l'avant ( ou W)
CONTROL_BACK 0x00000002 Déplacement vers l'arrière ( ou S)
CONTROL_LEFT 0x00000004 Déplacement vers la gauche (⇧ Shift- ou ⇧ Shift-A [ ou A en vue subjective])
CONTROL_RIGHT 0x00000008 Déplacement vers la droite (⇧ Shift- ou ⇧ Shift-D [ ou D en vue subjective])
CONTROL_ROT_LEFT 0x00000100 Rotation vers la gauche ( ou A)
CONTROL_ROT_RIGHT 0x00000200 Rotation vers la droite ( ou D)
CONTROL_UP 0x00000010 Déplacement vers le haut (PgUp ou E)
CONTROL_DOWN 0x00000020 Déplacement vers le bas (PgDn ou C)
CONTROL_LBUTTON 0x10000000 Bouton gauche de la souris
CONTROL_ML_LBUTTON 0x40000000 Bouton gauche de la souris en vue subjective