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" },
|
2023-08-19 20:47:58 +10:00
|
|
|
"voice": { "name": "Voice" },
|
2024-10-02 22:35:54 +03:00
|
|
|
"building": { "name": "Building" },
|
2024-12-10 18:50:03 +11:00
|
|
|
"inventory": { "name": "Inventory" },
|
|
|
|
"editing" : { "name" : "Editing" }
|
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": "="
|
|
|
|
}],
|
2023-08-19 20:47:58 +10:00
|
|
|
"group": "camera",
|
2023-07-03 04:29:58 +10:00
|
|
|
"name": "Zoom In"
|
|
|
|
},
|
2024-10-02 22:35:54 +03:00
|
|
|
"takeAll": {
|
|
|
|
"default": [],
|
|
|
|
"group": "inventory",
|
|
|
|
"name": "Take All From Container"
|
|
|
|
},
|
2023-07-03 04:29:58 +10:00
|
|
|
"zoomOut": {
|
|
|
|
"default": [{
|
|
|
|
"type": "key",
|
|
|
|
"value": "-"
|
|
|
|
}],
|
2023-08-19 20:47:58 +10:00
|
|
|
"group": "camera",
|
2023-07-03 04:29:58 +10:00
|
|
|
"name": "Zoom Out"
|
|
|
|
},
|
2023-07-14 13:13:19 +10:00
|
|
|
"pushToTalk": {
|
|
|
|
"default": [],
|
2023-08-19 20:47:58 +10:00
|
|
|
"group": "voice",
|
2023-07-14 13:13:19 +10:00
|
|
|
"name": "Push To Talk"
|
2023-08-19 20:47:58 +10:00
|
|
|
},
|
2023-08-20 13:57:27 +10:00
|
|
|
"materialCollisionCycle": {
|
2023-08-19 20:47:58 +10:00
|
|
|
"default": [],
|
|
|
|
"group": "building",
|
|
|
|
"name": "Cycle Material Collision"
|
2023-08-20 13:57:27 +10:00
|
|
|
},
|
2023-08-20 18:56:50 +10:00
|
|
|
"buildingRadiusGrow": {
|
2023-08-20 13:57:27 +10:00
|
|
|
"default": [],
|
|
|
|
"group": "building",
|
2023-08-20 18:56:50 +10:00
|
|
|
"name": "Grow Building Radius"
|
2023-08-20 13:57:27 +10:00
|
|
|
},
|
2023-08-20 18:56:50 +10:00
|
|
|
"buildingRadiusShrink": {
|
2023-08-20 13:57:27 +10:00
|
|
|
"default": [],
|
|
|
|
"group": "building",
|
2023-08-20 18:56:50 +10:00
|
|
|
"name": "Shrink Building Radius"
|
2024-12-10 18:50:03 +11:00
|
|
|
},
|
|
|
|
"editingCopyItemJson": {
|
|
|
|
"default": [], // [{"type": "key", "value": "C","mods": ["LShift"]}],
|
|
|
|
"name": "Copy Item in Cursor",
|
|
|
|
"group": "editing",
|
|
|
|
"tags" : ["clipboard"]
|
|
|
|
},
|
|
|
|
"editingPasteItemJson": {
|
|
|
|
"default": [], // [{"type": "key", "value": "V", "mods": ["LShift"]}],
|
|
|
|
"name": "Paste Item in Cursor",
|
|
|
|
"group": "editing",
|
|
|
|
"tags" : ["clipboard"]
|
2023-07-02 08:16:14 +10:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|