Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
fgdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
Flightgear Flight Simulator
fgdata
Commits
85425bfb
Commit
85425bfb
authored
4 years ago
by
Israel Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
dark tornado
parent
abff723a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Input/Joysticks/SpeedLink/ACRUX-SL-6632-Dark-Tornado-Joystick.xml
+129
-0
129 additions, 0 deletions
...ysticks/SpeedLink/ACRUX-SL-6632-Dark-Tornado-Joystick.xml
with
129 additions
and
0 deletions
Input/Joysticks/SpeedLink/ACRUX-SL-6632-Dark-Tornado-Joystick.xml
0 → 100644
+
129
−
0
View file @
85425bfb
<?xml version="1.0"?>
<PropertyList>
<name
type=
"string"
>
ACRUX SL-6632 Dark Tornado Joystick
</name>
<axis>
<desc
type=
"string"
>
Aileron
</desc>
<binding>
<condition>
<not>
<property>
/controls/flight/axisonrudder
</property>
</not>
</condition>
<command
type=
"string"
>
property-scale
</command>
<property
type=
"string"
>
/controls/flight/aileron
</property>
<factor
type=
"double"
>
1
</factor>
<offset
type=
"double"
>
0
</offset>
<power
type=
"double"
>
1
</power>
</binding>
<binding>
<condition>
<property>
/controls/flight/axisonrudder
</property>
</condition>
<command
type=
"string"
>
property-scale
</command>
<property
type=
"string"
>
/controls/flight/rudder
</property>
<factor
type=
"double"
>
1
</factor>
<offset
type=
"double"
>
0
</offset>
<power
type=
"double"
>
1
</power>
</binding>
</axis>
<axis
n=
"1"
>
<desc
type=
"string"
>
Elevator
</desc>
<binding>
<command
type=
"string"
>
property-scale
</command>
<property
type=
"string"
>
/controls/flight/elevator
</property>
<factor
type=
"double"
>
-1
</factor>
<offset
type=
"double"
>
0
</offset>
<power
type=
"double"
>
1
</power>
</binding>
</axis>
<axis
n=
"2"
>
<desc
type=
"string"
>
Throttle (all)
</desc>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.throttleAxis();
</script>
</binding>
</axis>
<button>
<desc
type=
"string"
>
Rudder-or-aileron-axis
</desc>
<binding>
<command
type=
"string"
>
property-assign
</command>
<property
type=
"string"
>
/controls/flight/axisonrudder
</property>
<value
type=
"float"
>
1
</value>
</binding>
<mod-up>
<binding>
<command
type=
"string"
>
property-assign
</command>
<property
type=
"string"
>
/controls/flight/axisonrudder
</property>
<value
type=
"float"
>
0
</value>
</binding>
<binding>
<command
type=
"string"
>
property-assign
</command>
<property
type=
"string"
>
/controls/flight/rudder
</property>
<value
type=
"float"
>
0
</value>
</binding>
</mod-up>
</button>
<button
n=
"1"
>
<desc
type=
"string"
>
Brakes
</desc>
<repeatable
type=
"string"
>
false
</repeatable>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.applyBrakes(1);
</script>
</binding>
<mod-up>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.applyBrakes(0);
</script>
</binding>
</mod-up>
</button>
<button
n=
"2"
>
<desc
type=
"string"
>
Elevator Trim Up
</desc>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.elevatorTrim(-1);
</script>
</binding>
<repeatable
type=
"double"
>
1
</repeatable>
</button>
<button
n=
"3"
>
<desc
type=
"string"
>
Elevator Trim Down
</desc>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.elevatorTrim(1);
</script>
</binding>
<repeatable
type=
"double"
>
1
</repeatable>
</button>
<button
n=
"4"
>
<desc
type=
"string"
>
Gear Up
</desc>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.gearDown(-1);
</script>
</binding>
<repeatable
type=
"double"
>
0
</repeatable>
</button>
<button
n=
"5"
>
<desc
type=
"string"
>
Flaps Up
</desc>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.flapsDown(-1);
</script>
</binding>
<repeatable
type=
"double"
>
0
</repeatable>
</button>
<button
n=
"6"
>
<desc
type=
"string"
>
Flaps Down
</desc>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.flapsDown(1);
</script>
</binding>
<repeatable
type=
"double"
>
0
</repeatable>
</button>
<button
n=
"7"
>
<desc
type=
"string"
>
Gear Down
</desc>
<binding>
<command
type=
"string"
>
nasal
</command>
<script
type=
"string"
>
controls.gearDown(1);
</script>
</binding>
<repeatable
type=
"double"
>
0
</repeatable>
</button>
</PropertyList>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment