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

From VsWiki
Jump to: navigation, search
m (Example: fixme clarity)
 
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
| previous=[[Manual:Config:Advanced|Config:Advanced]]
 
| previous=[[Manual:Config:Advanced|Config:Advanced]]
 
| up=[[Manual:Config:Advanced|Config:Advanced]]
 
| up=[[Manual:Config:Advanced|Config:Advanced]]
| next=[[Manual:Config:Advanced:Variables|Config:Advanced:Variables]]
+
| next=[[Manual:Config:Advanced:Colors|Config:Advanced:Colors]]
 
}}
 
}}
 
----
 
----
 
= Key and button bindings =
 
= Key and button bindings =
The bindings are set between the <code><bindings></code> and the <code></bindings></code> tags in the <code>vegastrike.config</code> file.
+
The bindings are set between the <code><bindings></code> and the <code></bindings></code> tags in the <code>vegastrike.config</code> file. This first part of the config file is not separated into sections, though the bindings do divide nicely into these subsections based on the different devices:
 
 
Please see the specific subsections on the different devices:
 
 
* [[Manual:Config:Advanced:Bindings:Keyboard|Keyboard bindings]]
 
* [[Manual:Config:Advanced:Bindings:Keyboard|Keyboard bindings]]
 
* [[Manual:Config:Advanced:Bindings:Mouse|Mouse bindings]]
 
* [[Manual:Config:Advanced:Bindings:Mouse|Mouse bindings]]
Line 15: Line 13:
  
 
= 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 =
* [[Manual:Keyboard layout]]
+
* [[Manual:Config:Advanced:Commands|Available Commands]]
 +
* [[Manual:Keyboard layout|Keyboard layout]]
  
 
----
 
----
Line 24: Line 27:
 
| previous=[[Manual:Config:Advanced|Config:Advanced]]
 
| previous=[[Manual:Config:Advanced|Config:Advanced]]
 
| up=[[Manual:Config:Advanced|Config:Advanced]]
 
| up=[[Manual:Config:Advanced|Config:Advanced]]
| next=[[Manual:Config:Advanced:Variables|Config:Advanced:Variables]]
+
| next=[[Manual:Config:Advanced:Colors|Config:Advanced:Colors]]
 
}}
 
}}
 
[[Category:Manual|Config:Advanced:Bindings]]
 
[[Category:Manual|Config:Advanced:Bindings]]

Latest revision as of 16:31, 19 July 2013

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. This first part of the config file is not separated into sections, though the bindings do divide nicely into these subsections based 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