Updates configs and some afcore elements
This commit is contained in:
@@ -30,22 +30,22 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trigger",
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerGripLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trigger",
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/MotionControllerGripRight"
|
||||
}
|
||||
@@ -117,6 +117,225 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/a",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_Modifier"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/left/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"south":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_TrackpadDown"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/left/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"west":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_TrackpadLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/left/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"east":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_TrackpadRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/left/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"north":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_TrackpadUp"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/thumbstick",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_ConfirmRadialSelection"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/left/input/thumbstick",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_Touch"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/b",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_Modifier2"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/right/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_WorldMovement"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/a",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_Modifier"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/right/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"south":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_TrackpadDown"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/right/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"west":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_TrackpadLeft"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/right/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"east":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_TrackpadRight"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "dpad",
|
||||
"path": "/user/hand/right/input/thumbstick",
|
||||
"parameters":
|
||||
{
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"inputs":
|
||||
{
|
||||
"north":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_TrackpadUp"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/thumbstick",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_ConfirmRadialSelection"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/thumbstick",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_Touch"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/b",
|
||||
"inputs":
|
||||
{
|
||||
"click":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_Modifier2"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trigger",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
@@ -226,6 +445,39 @@
|
||||
"output": "/actions/main/in/SteamVRBindings axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trigger",
|
||||
"path": "/user/hand/left/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"pull":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_TriggerAxis axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/left/input/trackpad",
|
||||
"inputs":
|
||||
{
|
||||
"touch":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Left_WorldMovement axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"mode": "trigger",
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"inputs":
|
||||
{
|
||||
"pull":
|
||||
{
|
||||
"output": "/actions/main/in/VREditor_Right_TriggerAxis axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"poses": [
|
||||
@@ -261,5 +513,5 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "AF-14685802"
|
||||
"description": "AF-17735300"
|
||||
}
|
||||
Reference in New Issue
Block a user