Joystick Config fixes from Ron HAERTEL
This commit is contained in:
parent
489772158b
commit
3b92497769
2 changed files with 4 additions and 5 deletions
|
@ -301,7 +301,6 @@ var axisBindings = [
|
|||
PropertyScaleAxis.new("Brake Right", "/controls/gear/brake-right", 0.5, 1.0),
|
||||
PropertyScaleAxis.new("Flaps", "/controls/flight/flaps", 0.5, 1.0),
|
||||
PropertyScaleAxis.new("Wings", "/controls/flight/wings", 0.5, 1.0),
|
||||
PropertyScaleAxis.new("Brake Right", "/controls/gear/brake-right", 0.5, 1.0),
|
||||
NasalLowHighAxis.new("Aileron Trim inc.", "controls.aileronTrim(-1);", "controls.aileronTrim(1);", "/controls/flight/aileron-trim-delta", 1),
|
||||
NasalLowHighAxis.new("Elevator Trim inc.", "controls.elevatorTrim(-1);", "controls.elevatorTrim(1);", "/controls/flight/elevator-trim-delta", 1),
|
||||
NasalLowHighAxis.new("Rudder Trim inc.", "controls.rudderTrim(-1);", "controls.rudderTrim(1);", "/controls/flight/rudder-trim-delta", 1),
|
||||
|
|
|
@ -147,7 +147,7 @@ var assignAxis = func(cmd) {
|
|||
</binding>
|
||||
</button>
|
||||
<button>
|
||||
<row>5</row>
|
||||
<row>7</row>
|
||||
<col>0</col>
|
||||
<halign>fill</halign>
|
||||
<legend>Wings</legend>
|
||||
|
@ -159,7 +159,7 @@ var assignAxis = func(cmd) {
|
|||
</binding>
|
||||
</button>
|
||||
|
||||
|
||||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>3</col>
|
||||
|
@ -351,7 +351,7 @@ var assignAxis = func(cmd) {
|
|||
</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
||||
<button>
|
||||
<row>9</row>
|
||||
<col>1</col>
|
||||
|
@ -364,7 +364,7 @@ var assignAxis = func(cmd) {
|
|||
</script>
|
||||
</binding>
|
||||
</button>
|
||||
|
||||
|
||||
<text>
|
||||
<row>0</row>
|
||||
<col>2</col>
|
||||
|
|
Loading…
Reference in a new issue