Difference between revisions of "Fr:Manuel:Config:Avancé:Liaisons:Souris"
Greendreamer (talk | contribs) |
Greendreamer (talk | contribs) m (liens vers articles en français) |
||
Line 1: | Line 1: | ||
− | {{Languages| | + | {{Languages|Fr|Manual:Config:Advanced:Bindings:Mouse}} |
{{NAV_Manual | | {{NAV_Manual | | ||
− | | previous=[[ | + | | previous=[[Fr:Manuel:Config:Avancé:Liaisons:Clavier| Contrôles clavier]] |
− | | up=[[ | + | | up=[[Fr:Manuel:Config:Avancé:Liaisons|Configuration avancée : contrôles et raccourcis]] |
− | | next=[[ | + | | next=[[Fr:Manuel:Config:Avancé:Liaisons:Joystick|Contrôles joystick]] |
}} | }} | ||
---- | ---- | ||
Line 53: | Line 53: | ||
---- | ---- | ||
{{NAV_Manual | | {{NAV_Manual | | ||
− | | previous=[[ | + | | previous=[[Fr:Manuel:Config:Avancé:Liaisons:Clavier| Contrôles clavier]] |
− | | up=[[ | + | | up=[[Fr:Manuel:Config:Avancé:Liaisons|Configuration avancée : contrôles et raccourcis]] |
− | | next=[[ | + | | next=[[Fr:Manuel:Config:Avancé:Liaisons:Joystick|Contrôles joystick]] |
}} | }} | ||
[[Category:Manual|Config:Advanced:Bindings:Mouse]] | [[Category:Manual|Config:Advanced:Bindings:Mouse]] |
Revision as of 23:45, 3 January 2013
Ce site dans d'autres langues: Deutsch – English – Français – Español – Polski – Italiano – Nederlands – Руccкий – 简体中文
Contrôles clavier | Configuration avancée : contrôles et raccourcis | Contrôles joystick |
Contents
Mouse Configuration
This page provides working examples of different mouse configurations, showing how each button has been bound to operate a single Vega Strike function.
If a Mouse Configuration matches your mouse, you can edit copy the configuration here into your vegastrike config file.
MOUSE: bind
Sample
<bind mouse="0" button="2" modifier="none" command="ABKey" />
Description
-
mouse
- Number of the mouse. -
button
- Number of the mousebutton. -
modifier
- Key, to be pressed at the same time (currently: alt or ctrl) -
command
- Specify the command to start when the button is pressed here. See Keyboard layout for descriptions and a list of commands.
MOUSE: axis
Sample
<axis name="x" mouse="0" axis="0" inverse="false" />
Description
-
name
- Name of axis (in the game) to bind (x,y,z
) ?throttle? -
mouse
- Number of the mouse. -
axis
- Number of the axis of the mouse. -
inverse
- Set this totrue
if you want to inverse the axis direction else set it tofalse
.
Mouse Examples
Please insert your working configs here.
<insert mouse config here>
<!-- #mouse_mousename1 --> <!-- #end -->
See also
Contrôles clavier | Configuration avancée : contrôles et raccourcis | Contrôles joystick |