Difference between revisions of "Manual:Config:Advanced:Bindings"
(→Example: add example, remove fixme) |
(bindings part has no sections) |
||
Line 7: | Line 7: | ||
---- | ---- | ||
= 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: |
− | |||
− | |||
* [[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]] |
Revision as of 20:57, 29 September 2010
View this site in other languages: Deutsch – English – Français – Español – Polski – Italiano – Nederlands – Руccкий – 简体中文
Config:Advanced | Config:Advanced | Config:Advanced:Colors |
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
Config:Advanced | Config:Advanced | Config:Advanced:Colors |