File tree Expand file tree Collapse file tree 3 files changed +1
-47
lines changed Expand file tree Collapse file tree 3 files changed +1
-47
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ public partial class MainWindow : Window
22
22
private string _currentlyRunningAppId = MainModel . CONFIG_DEFAULT ;
23
23
private System . Windows . Forms . NotifyIcon _notifyIcon ;
24
24
private HashSet < string > _activeKeys = new HashSet < string > ( ) ;
25
- private string [ ] _actionKeys = new string [ 0 ] ;
26
25
public MainWindow ( )
27
26
{
28
27
InitWindow ( ) ;
Original file line number Diff line number Diff line change 216
216
"localization" : [
217
217
{
218
218
"language_tag" : " en_US" ,
219
+ "/actions/keys" : " Keys" ,
219
220
"/actions/keys/in/KeyL1" : " Key Left 1" ,
220
221
"/actions/keys/in/KeyL2" : " Key Left 2" ,
221
222
"/actions/keys/in/KeyL3" : " Key Left 3" ,
Original file line number Diff line number Diff line change 234
234
"path" : " /user/hand/right/input/system"
235
235
}
236
236
]
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
- ]
283
237
}
284
238
},
285
239
"category" : " steamvr_input" ,
You can’t perform that action at this time.
0 commit comments