Skip to content

Commit 25fe225

Browse files
committed
Add a number of additional tracker roles
As roles outnumber key slots all bindings are set to key: t1
1 parent f44f1aa commit 25fe225

20 files changed

+865
-701
lines changed

OpenVR2Key/OpenVR2Key.csproj

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,21 @@
170170
<None Include="bindings_vive_tracker_right_knee.json">
171171
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
172172
</None>
173+
<None Include="bindings_vive_tracker_handed.json">
174+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
175+
</None>
176+
<None Include="bindings_vive_tracker_left_shoulder.json">
177+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
178+
</None>
179+
<None Include="bindings_vive_tracker_right_shoulder.json">
180+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
181+
</None>
182+
<None Include="bindings_vive_tracker_head.json">
183+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
184+
</None>
185+
<None Include="bindings_vive_tracker_camera.json">
186+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
187+
</None>
173188
<None Include="bindings_vive_tracker_waist.json">
174189
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
175190
</None>

OpenVR2Key/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenVR2Key/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@
128128
<value>..\resources\logo.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
129129
</data>
130130
<data name="Version" xml:space="preserve">
131-
<value>v0.59</value>
131+
<value>v0.60</value>
132132
</data>
133133
</root>

OpenVR2Key/actions.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,26 @@
1212
"controller_type": "oculus_touch",
1313
"binding_url": "bindings_oculus_touch.json"
1414
},
15+
{
16+
"controller_type": "vive_tracker_head",
17+
"binding_url": "bindings_vive_tracker_head.json"
18+
},
19+
{
20+
"controller_type": "vive_tracker_left_shoulder",
21+
"binding_url": "bindings_vive_tracker_left_shoulder.json"
22+
},
23+
{
24+
"controller_type": "vive_tracker_right_shoulder",
25+
"binding_url": "bindings_vive_tracker_right_shoulder.json"
26+
},
1527
{
1628
"controller_type": "vive_tracker_chest",
1729
"binding_url": "bindings_vive_tracker_chest.json"
1830
},
31+
{
32+
"controller_type": "vive_tracker_handed",
33+
"binding_url": "bindings_vive_tracker_handed.json"
34+
},
1935
{
2036
"controller_type": "vive_tracker_left_elbow",
2137
"binding_url": "bindings_vive_tracker_left_elbow.json"
@@ -43,6 +59,10 @@
4359
{
4460
"controller_type": "vive_tracker_right_foot",
4561
"binding_url": "bindings_vive_tracker_right_foot.json"
62+
},
63+
{
64+
"controller_type": "vive_tracker_camera",
65+
"binding_url": "bindings_vive_tracker_camera.json"
4666
}
4767
],
4868
"actions": [

0 commit comments

Comments
 (0)