osb/assets/opensb/binds/opensb.binds

48 lines
1.0 KiB
Plaintext
Raw Normal View History

2023-07-02 08:16:14 +10:00
{
"opensb": {
2023-07-03 04:29:58 +10:00
"groups": {
2023-07-14 13:13:19 +10:00
"camera": { "name": "Camera" },
"voice": { "name": "Voice" },
"building": { "name": "Building" }
2023-07-03 04:29:58 +10:00
},
"name": "Open^#ebd74a;Starbound",
2023-07-02 08:16:14 +10:00
"binds": {
2023-07-03 04:29:58 +10:00
"zoomIn": {
"default": [{
"type": "key",
"value": "="
}],
"group": "camera",
2023-07-03 04:29:58 +10:00
"name": "Zoom In"
},
"zoomOut": {
"default": [{
"type": "key",
"value": "-"
}],
"group": "camera",
2023-07-03 04:29:58 +10:00
"name": "Zoom Out"
},
2023-07-14 13:13:19 +10:00
"pushToTalk": {
"default": [],
"group": "voice",
2023-07-14 13:13:19 +10:00
"name": "Push To Talk"
},
2023-08-20 13:57:27 +10:00
"materialCollisionCycle": {
"default": [],
"group": "building",
"name": "Cycle Material Collision"
2023-08-20 13:57:27 +10:00
},
"buildingRadiusGrow": {
2023-08-20 13:57:27 +10:00
"default": [],
"group": "building",
"name": "Grow Building Radius"
2023-08-20 13:57:27 +10:00
},
"buildingRadiusShrink": {
2023-08-20 13:57:27 +10:00
"default": [],
"group": "building",
"name": "Shrink Building Radius"
2023-07-02 08:16:14 +10:00
}
}
}
}