mirror of
https://github.com/CrispyPin/sinpin-vr.git
synced 2025-05-10 01:55:33 +02:00
toggle edit mode
This commit is contained in:
parent
533bf45087
commit
1134e37b10
5 changed files with 700 additions and 50 deletions
|
@ -7,17 +7,22 @@
|
|||
],
|
||||
"actions": [
|
||||
{
|
||||
"name": "/actions/main/in/ToggleAll",
|
||||
"name": "/actions/main/in/toggle_visibility",
|
||||
"requirement": "mandatory",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/Grab",
|
||||
"name": "/actions/main/in/edit_mode",
|
||||
"requirement": "mandatory",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/Distance",
|
||||
"name": "/actions/main/in/grab",
|
||||
"requirement": "mandatory",
|
||||
"type": "boolean"
|
||||
},
|
||||
{
|
||||
"name": "/actions/main/in/distance",
|
||||
"requirement": "suggested",
|
||||
"type": "vector2"
|
||||
}
|
||||
|
@ -32,9 +37,10 @@
|
|||
{
|
||||
"language_tag": "en_us",
|
||||
"/actions/main": "Overlay actions",
|
||||
"/actions/main/in/ToggleAll": "Toggle all",
|
||||
"/actions/main/in/Grab": "Grab panel",
|
||||
"/actions/main/in/Distance": "Move away"
|
||||
"/actions/main/in/toggle_visibility": "Toggle visibility",
|
||||
"/actions/main/in/edit_mode": "Toggle edit mode",
|
||||
"/actions/main/in/grab": "grab panel",
|
||||
"/actions/main/in/distance": "Move away"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,33 +1,658 @@
|
|||
{
|
||||
"/actions/main": {
|
||||
"sources": [
|
||||
{
|
||||
"path": "/user/hand/right/input/b",
|
||||
"mode": "button",
|
||||
"inputs": {
|
||||
"long": {
|
||||
"output": "/actions/main/in/toggleall"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/user/hand/right/input/thumbstick",
|
||||
"mode": "joystick",
|
||||
"inputs": {
|
||||
"position": {
|
||||
"output": "/actions/main/in/distance"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "/user/hand/right/input/trigger",
|
||||
"mode": "button",
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/main/in/grab"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
"action_manifest_version" : 0,
|
||||
"alias_info" : {
|
||||
"/actions/legacy/in/head_proximity" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis2_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis2_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis3_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis3_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis3_value_e0" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis3_value_e1" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis4_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis4_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis4_value_e0" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_axis4_value_e1" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_system_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/left_system_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis3_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis3_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis3_value_e0" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis3_value_e1" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis4_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis4_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis4_value_e0" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_axis4_value_e1" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_system_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy/in/right_system_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis2_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis2_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis3_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis3_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis3_value_e0" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis3_value_e1" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis4_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis4_touch" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis4_value_e0" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/axis4_value_e1" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
},
|
||||
"/actions/legacy_mirrored/in/system_press" : {
|
||||
"alias_name" : "",
|
||||
"hidden" : true
|
||||
}
|
||||
},
|
||||
"app_key" : "system.generated.overlay",
|
||||
"bindings" : {
|
||||
"/actions/legacy" : {
|
||||
"haptics" : [
|
||||
{
|
||||
"output" : "/actions/legacy/out/left_haptic",
|
||||
"path" : "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/legacy/out/right_haptic",
|
||||
"path" : "/user/hand/right/output/haptic"
|
||||
}
|
||||
],
|
||||
"poses" : [
|
||||
{
|
||||
"output" : "/actions/legacy/in/Left_Pose",
|
||||
"path" : "/user/hand/left/pose/raw"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/legacy/in/Right_Pose",
|
||||
"path" : "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_system_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/system"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"pull" : {
|
||||
"output" : "/actions/legacy/in/left_axis1_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/left_axis1_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_system_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/system"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_grip_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/right_grip_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/a"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_grip_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/left_grip_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/a"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_applicationmenu_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/left_applicationmenu_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_applicationmenu_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/right_applicationmenu_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_press"
|
||||
},
|
||||
"position" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_press"
|
||||
},
|
||||
"position" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"pull" : {
|
||||
"output" : "/actions/legacy/in/right_axis1_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/right_axis1_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_axis1_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/left_axis1_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "0.55",
|
||||
"click_deactivate_threshold" : "0.5",
|
||||
"haptic_amplitude" : "0",
|
||||
"touch_activate_threshold" : "0.1",
|
||||
"touch_deactivate_threshold" : "0.05"
|
||||
},
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_axis1_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/right_axis1_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "0.55",
|
||||
"click_deactivate_threshold" : "0.5",
|
||||
"haptic_amplitude" : "0",
|
||||
"touch_activate_threshold" : "0.1",
|
||||
"touch_deactivate_threshold" : "0.05"
|
||||
},
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_press"
|
||||
},
|
||||
"position" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "joystick",
|
||||
"path" : "/user/hand/left/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_press"
|
||||
},
|
||||
"position" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "joystick",
|
||||
"path" : "/user/hand/right/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_axis0_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : 0.80000000000000004,
|
||||
"click_deactivate_threshold" : 0.69999999999999996,
|
||||
"force_input" : "position",
|
||||
"haptic_amplitude" : 0
|
||||
},
|
||||
"path" : "/user/hand/left/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_axis0_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : 0.80000000000000004,
|
||||
"click_deactivate_threshold" : 0.69999999999999996,
|
||||
"force_input" : "position",
|
||||
"haptic_amplitude" : 0
|
||||
},
|
||||
"path" : "/user/hand/right/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/left_grip_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/left_grip_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "0.8",
|
||||
"force_input" : "force"
|
||||
},
|
||||
"path" : "/user/hand/left/input/grip"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy/in/right_grip_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy/in/right_grip_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "0.8",
|
||||
"force_input" : "force"
|
||||
},
|
||||
"path" : "/user/hand/right/input/grip"
|
||||
}
|
||||
]
|
||||
},
|
||||
"/actions/legacy_mirrored" : {
|
||||
"haptics" : [
|
||||
{
|
||||
"output" : "/actions/legacy_mirrored/out/haptic",
|
||||
"path" : "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/legacy_mirrored/out/haptic",
|
||||
"path" : "/user/hand/right/output/haptic"
|
||||
}
|
||||
],
|
||||
"poses" : [
|
||||
{
|
||||
"output" : "/actions/legacy_mirrored/in/pose",
|
||||
"path" : "/user/hand/left/pose/raw"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/legacy_mirrored/in/pose",
|
||||
"path" : "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"sources" : [
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis1_press"
|
||||
},
|
||||
"pull" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis1_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis1_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis1_press"
|
||||
},
|
||||
"pull" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis1_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis1_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis0_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis0_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis0_value"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis0_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {},
|
||||
"mode" : "joystick",
|
||||
"path" : "/user/hand/left/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {},
|
||||
"mode" : "joystick",
|
||||
"path" : "/user/hand/right/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/grip_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/grip_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/a"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/grip_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/grip_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/a"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/applicationmenu_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/applicationmenu_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/applicationmenu_press"
|
||||
},
|
||||
"touch" : {
|
||||
"output" : "/actions/legacy_mirrored/in/applicationmenu_touch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis0_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/legacy_mirrored/in/axis0_press"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
}
|
||||
]
|
||||
},
|
||||
"/actions/main" : {
|
||||
"sources" : [
|
||||
{
|
||||
"inputs" : {
|
||||
"long" : {
|
||||
"output" : "/actions/main/in/edit_mode"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/main/in/distance"
|
||||
}
|
||||
},
|
||||
"mode" : "joystick",
|
||||
"path" : "/user/hand/right/input/thumbstick"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/grab"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/main/in/grab"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"long" : {
|
||||
"output" : "/actions/main/in/toggle_visibility"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/b"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/main/in/distance"
|
||||
}
|
||||
},
|
||||
"mode" : "joystick",
|
||||
"path" : "/user/hand/left/input/thumbstick"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"category" : "steamvr_input",
|
||||
"controller_type" : "knuckles",
|
||||
"description" : "Default binding values for legacy apps using the Index Controller",
|
||||
"interaction_profile" : "",
|
||||
"name" : "Saved overlay configuration for Index Controller",
|
||||
"options" : {
|
||||
"mirror_actions" : true,
|
||||
"simulated_controller_type" : "none"
|
||||
},
|
||||
"simulated_actions" : []
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue