2023-07-01 22:16:14 +00:00
|
|
|
{
|
|
|
|
"opensb": {
|
2023-07-02 18:29:58 +00:00
|
|
|
"groups": {
|
2023-07-14 03:13:19 +00:00
|
|
|
"camera": { "name": "Camera" },
|
|
|
|
"voice": { "name": "Voice" }
|
2023-07-02 18:29:58 +00:00
|
|
|
},
|
|
|
|
"name": "Open^#ebd74a;Starbound",
|
2023-07-01 22:16:14 +00:00
|
|
|
"binds": {
|
2023-07-02 18:29:58 +00:00
|
|
|
"zoomIn": {
|
|
|
|
"default": [{
|
|
|
|
"type": "key",
|
|
|
|
"value": "="
|
|
|
|
}],
|
|
|
|
"group" : "camera",
|
|
|
|
"name": "Zoom In"
|
|
|
|
},
|
|
|
|
"zoomOut": {
|
|
|
|
"default": [{
|
|
|
|
"type": "key",
|
|
|
|
"value": "-"
|
|
|
|
}],
|
|
|
|
"group" : "camera",
|
|
|
|
"name": "Zoom Out"
|
|
|
|
},
|
2023-07-14 03:13:19 +00:00
|
|
|
"pushToTalk": {
|
|
|
|
"default": [],
|
|
|
|
"group" : "voice",
|
|
|
|
"name": "Push To Talk"
|
2023-07-01 22:16:14 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|