Skip to content

Commit

Permalink
DCS profiles: reworked / fixed VOIP bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
bwRavencl committed Oct 13, 2023
1 parent f3a381f commit 6bb2796
Show file tree
Hide file tree
Showing 93 changed files with 2,569 additions and 1,668 deletions.
86 changes: 45 additions & 41 deletions DCS_A-10C.json
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,8 @@
"L Alt"
]
},
"minActivationInterval": 0
"minActivationInterval": 0,
"description": "HOTAS MIC Switch Forward (call radio menu)"
}
},
{
Expand All @@ -739,9 +740,9 @@
"longPress": true,
"minAxisValue": 0.5,
"maxAxisValue": 1.0,
"buttonId": 99,
"buttonId": 3,
"minActivationInterval": 0,
"description": "cockpit r.1 VoIP PTT"
"description": "HOTAS MIC Switch Forward (VOIP)"
}
}
],
Expand All @@ -761,7 +762,8 @@
"L Alt"
]
},
"minActivationInterval": 0
"minActivationInterval": 0,
"description": "HOTAS MIC Switch Down (call radio menu)"
}
},
{
Expand All @@ -770,9 +772,9 @@
"longPress": true,
"minAxisValue": 0.5,
"maxAxisValue": 1.0,
"buttonId": 100,
"buttonId": 4,
"minActivationInterval": 0,
"description": "cockpit r.2 VoIP PTT"
"description": "HOTAS MIC Switch Down (VOIP)"
}
}
]
Expand Down Expand Up @@ -827,9 +829,9 @@
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToButtonAction",
"data": {
"longPress": true,
"buttonId": 101,
"buttonId": 5,
"minActivationInterval": 0,
"description": "cockpit r.3 VoIP PTT"
"description": "HOTAS MIC Switch Aft (VOIP)"
}
},
{
Expand All @@ -845,73 +847,71 @@
"L Shift"
]
},
"minActivationInterval": 0
"minActivationInterval": 0,
"description": "HOTAS MIC Switch Aft (call radio menu)"
}
}
],
"7": [
"1": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "SINGLE_ON_RELEASE",
"activation": "SINGLE_IMMEDIATELY",
"longPress": false,
"keystroke": {
"keyCodes": [
"\\"
],
"modifierCodes": []
},
"minActivationInterval": 0
"minActivationInterval": 0,
"description": "Communication menu"
}
}
],
"11": [
"9": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"Num8"
"Num/"
],
"modifierCodes": [
"R Shift",
"R Ctrl"
]
"modifierCodes": []
},
"minActivationInterval": 0
"minActivationInterval": 0,
"description": "Zoom out slow"
}
}
],
"12": [
"10": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"Num6"
"Num*"
],
"modifierCodes": [
"R Shift",
"R Ctrl"
]
"modifierCodes": []
},
"minActivationInterval": 0
"minActivationInterval": 0,
"description": "Zoom in slow"
}
}
],
"13": [
"11": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"Num2"
"Num8"
],
"modifierCodes": [
"R Shift",
Expand All @@ -922,57 +922,61 @@
}
}
],
"14": [
"12": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"Num4"
"Num6"
],
"modifierCodes": [
"R Shift",
"R Ctrl"
]
},
"minActivationInterval": 0,
"description": "Cockpit Camera Move Left"
"minActivationInterval": 0
}
}
],
"9": [
"13": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"Num/"
"Num2"
],
"modifierCodes": []
"modifierCodes": [
"R Shift",
"R Ctrl"
]
},
"minActivationInterval": 0,
"description": "Zoom out slow"
"minActivationInterval": 0
}
}
],
"10": [
"14": [
{
"type": "de.bwravencl.controllerbuddy.input.action.ButtonToKeyAction",
"data": {
"activation": "REPEAT",
"longPress": false,
"keystroke": {
"keyCodes": [
"Num*"
"Num4"
],
"modifierCodes": []
"modifierCodes": [
"R Shift",
"R Ctrl"
]
},
"minActivationInterval": 0,
"description": "Zoom in slow"
"description": "Cockpit Camera Move Left"
}
}
]
Expand Down
Loading

0 comments on commit 6bb2796

Please sign in to comment.