Skip to content

Commit e1e0561

Browse files
committed
Update actions, bindings
1 parent 3922b9b commit e1e0561

File tree

3 files changed

+1
-47
lines changed

3 files changed

+1
-47
lines changed

OpenVR2Key/MainWindow.xaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public partial class MainWindow : Window
2222
private string _currentlyRunningAppId = MainModel.CONFIG_DEFAULT;
2323
private System.Windows.Forms.NotifyIcon _notifyIcon;
2424
private HashSet<string> _activeKeys = new HashSet<string>();
25-
private string[] _actionKeys = new string[0];
2625
public MainWindow()
2726
{
2827
InitWindow();

OpenVR2Key/actions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"localization" : [
217217
{
218218
"language_tag": "en_US",
219+
"/actions/keys": "Keys",
219220
"/actions/keys/in/KeyL1": "Key Left 1",
220221
"/actions/keys/in/KeyL2": "Key Left 2",
221222
"/actions/keys/in/KeyL3": "Key Left 3",

OpenVR2Key/bindings_knuckles.json

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -234,52 +234,6 @@
234234
"path" : "/user/hand/right/input/system"
235235
}
236236
]
237-
},
238-
"/actions/left" : {
239-
"chords" : [ {} ],
240-
"sources" : [
241-
{
242-
"inputs" : {
243-
"click" : {
244-
"output" : "/actions/left/in/key1"
245-
}
246-
},
247-
"mode" : "button",
248-
"path" : "/user/hand/left/input/trigger"
249-
},
250-
{
251-
"inputs" : {
252-
"click" : {
253-
"output" : "/actions/left/in/key2"
254-
}
255-
},
256-
"mode" : "button",
257-
"path" : "/user/hand/right/input/trigger"
258-
}
259-
]
260-
},
261-
"/actions/right" : {
262-
"chords" : [ {} ],
263-
"sources" : [
264-
{
265-
"inputs" : {
266-
"click" : {
267-
"output" : "/actions/right/in/key18"
268-
}
269-
},
270-
"mode" : "button",
271-
"path" : "/user/hand/left/input/system"
272-
},
273-
{
274-
"inputs" : {
275-
"click" : {
276-
"output" : "/actions/right/in/key17"
277-
}
278-
},
279-
"mode" : "button",
280-
"path" : "/user/hand/right/input/trigger"
281-
}
282-
]
283237
}
284238
},
285239
"category" : "steamvr_input",

0 commit comments

Comments
 (0)