Difference between revisions of "Manual:Config:Advanced:Bindings"

From VsWiki
Jump to: navigation, search
m (navbar: adopt colors)
(Example: add example, remove fixme)
Line 15: Line 15:
  
 
= Example =
 
= Example =
{{Fixme}} ''Insert a very short example showing all three binding types.''
+
<pre>
 +
<bind key="d" modifier="none" command="DockKey"/>
 +
<bind mouse="0" button="1" modifier="none" command="MissileKey" />
 +
<bind joystick="0" button="3" modifier="none" command="TargetKey" />
 +
</pre>
  
 
= See also =
 
= See also =

Revision as of 21:44, 29 September 2010

View this site in other languages:   DeutschEnglishFrançaisEspañolPolskiItalianoNederlandsРуccкий简体中文


arrow_left.png Config:Advanced arrow_up.png Config:Advanced Config:Advanced:Colors arrow_right.png

Key and button bindings

The bindings are set between the <bindings> and the </bindings> tags in the vegastrike.config file.

Please see the specific subsections on the different devices:

Example

<bind key="d" modifier="none" command="DockKey"/>
<bind mouse="0" button="1" modifier="none" command="MissileKey" />
<bind joystick="0" button="3" modifier="none" command="TargetKey" />

See also


arrow_left.png Config:Advanced arrow_up.png Config:Advanced Config:Advanced:Colors arrow_right.png