diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-14 13:13:19 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-07-14 13:13:19 +1000 |
commit | 3b38825b34ebb95b59989934dc849858cee42c97 (patch) | |
tree | f044311d8cbf1d687bfcf807e5bf8764406ba000 /assets/opensb/binds | |
parent | f14f77724d6a06b759280c0885ce1102388faa38 (diff) |
more voice stuff
Diffstat (limited to 'assets/opensb/binds')
-rw-r--r-- | assets/opensb/binds/opensb.binds | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/assets/opensb/binds/opensb.binds b/assets/opensb/binds/opensb.binds index b8a13c2..2f84e37 100644 --- a/assets/opensb/binds/opensb.binds +++ b/assets/opensb/binds/opensb.binds @@ -1,7 +1,8 @@ { "opensb": { "groups": { - "camera": { "name": "Camera" } + "camera": { "name": "Camera" }, + "voice": { "name": "Voice" } }, "name": "Open^#ebd74a;Starbound", "binds": { @@ -21,13 +22,10 @@ "group" : "camera", "name": "Zoom Out" }, - "test": { - "default": [{ - "type": "key", - "value": "C", - "mods": ["LShift"] - }], - "name": "Test Bind" + "pushToTalk": { + "default": [], + "group" : "voice", + "name": "Push To Talk" } } } |