Skip to content

Commit

Permalink
DCS F-86F profile: added dedicated 'Gear / Flaps / Throttle' mode and…
Browse files Browse the repository at this point in the history
… 'Gun-Missile Selector-Switch' bindings
  • Loading branch information
bwRavencl committed Sep 30, 2023
1 parent fe10535 commit 2608628
Showing 1 changed file with 105 additions and 53 deletions.
158 changes: 105 additions & 53 deletions DCS_F-86F Sabre.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
"longPress": false,
"modeUuid": "daf53639-9518-48db-bd63-19cde7bf9a96"
}
],
"13": [
{
"toggle": false,
"longPress": false,
"modeUuid": "ab92c688-3e2c-45b3-ab5b-0778179dca67"
}
]
},
"modes": [
Expand Down Expand Up @@ -252,20 +259,6 @@
}
],
"11": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": true,
"keystroke": {
"keyCodes": [
"Home"
],
"modifierCodes": []
},
"description": "Throttle - Start Engine"
}
},
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToCycleAction",
"data": {
Expand Down Expand Up @@ -304,73 +297,43 @@
}
}
],
"activation": "SINGLE_ON_RELEASE"
"activation": "SINGLE_IMMEDIATELY"
}
}
],
"12": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
"F"
"W"
],
"modifierCodes": [
"L Shift"
"R Ctrl"
]
},
"description": "Flaps Down"
}
}
],
"13": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": true,
"keystroke": {
"keyCodes": [
"End"
],
"modifierCodes": []
},
"description": "Throttle - Stop Engine"
}
},
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_ON_RELEASE",
"longPress": false,
"keystroke": {
"keyCodes": [
"G"
],
"modifierCodes": []
},
"description": "Landing Gear Up/Down"
"description": "Gun-Missile Selector-Switch CCW"
}
}
],
"14": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
"F"
"W"
],
"modifierCodes": [
"L Ctrl"
"R Alt"
]
},
"description": "Flaps Up"
"description": "Gun-Missile Selector-Switch CCW"
}
}
]
Expand Down Expand Up @@ -444,6 +407,95 @@
]
}
},
{
"uuid": "ab92c688-3e2c-45b3-ab5b-0778179dca67",
"description": "Gear / Flaps / Throttle",
"axisToActionsMap": {},
"buttonToActionsMap": {
"0": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
"G"
],
"modifierCodes": []
},
"description": "Landing Gear Up/Down"
}
}
],
"1": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"F"
],
"modifierCodes": [
"L Shift"
]
},
"description": "Flaps Down"
}
}
],
"2": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"F"
],
"modifierCodes": [
"L Ctrl"
]
},
"description": "Flaps Up"
}
}
],
"3": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": true,
"keystroke": {
"keyCodes": [
"End"
],
"modifierCodes": []
},
"description": "Throttle - Stop Engine"
}
},
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_ON_RELEASE",
"longPress": false,
"keystroke": {
"keyCodes": [
"Home"
],
"modifierCodes": []
},
"description": "Throttle - Start Engine"
}
}
]
}
},
{
"uuid": "242f7006-11a9-4303-8858-d9e2d065c3c8",
"description": "Look / Comm",
Expand Down

0 comments on commit 2608628

Please sign in to comment.