Skip to content

Commit

Permalink
DCS F-86F profile: added Communications menu binding
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Sep 19, 2023
1 parent 9d73073 commit 0f43e43
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions DCS_F-86F Sabre.json
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,22 @@
}
}
],
"6": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
"\\"
],
"modifierCodes": []
},
"description": "Communication menu"
}
}
],
"9": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
Expand Down Expand Up @@ -674,8 +690,8 @@
"data": {
"deadZone": 0.1,
"exponent": 2.0,
"axis": "X",
"cursorSensitivity": 1500,
"axis": "X",
"invert": false
}
}
Expand All @@ -686,8 +702,8 @@
"data": {
"deadZone": 0.1,
"exponent": 2.0,
"axis": "Y",
"cursorSensitivity": 1500,
"axis": "Y",
"invert": false
}
}
Expand Down

0 comments on commit 0f43e43

Please sign in to comment.