Skip to content

Instantly share code, notes, and snippets.

@Patola
Created January 12, 2026 12:31
Show Gist options
  • Select an option

  • Save Patola/48673110719efa2b1f5956e518ac5b4a to your computer and use it in GitHub Desktop.

Select an option

Save Patola/48673110719efa2b1f5956e518ac5b4a to your computer and use it in GitHub Desktop.
Better bindings for carrier command, put under Carrier Comand 2/xrizer directory
{
"action_manifest_version" : 0,
"alias_info" : {},
"app_key" : "steam.app.1489630",
"bindings" : {
"/actions/cc" : {
"haptics" : [
{
"output" : "/actions/cc/out/haptic_right",
"path" : "/user/hand/right/output/haptic"
},
{
"output" : "/actions/cc/out/haptic_left",
"path" : "/user/hand/left/output/haptic"
}
],
"poses" : [
{
"output" : "/actions/cc/in/hand_left",
"path" : "/user/hand/left/pose/raw"
},
{
"output" : "/actions/cc/in/hand_right",
"path" : "/user/hand/right/pose/raw"
}
],
"sources" : [
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/interact"
}
},
"mode" : "button",
"path" : "/user/hand/left/input/trigger"
},
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/interact"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/trigger"
},
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/back"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/a"
},
{
"inputs" : {},
"mode" : "button",
"path" : "/user/hand/right/input/b"
},
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/toggle_control"
},
"position" : {
"output" : "/actions/cc/in/primary_stick"
}
},
"mode" : "joystick",
"path" : "/user/hand/left/input/joystick"
},
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/cycle_mode"
},
"position" : {
"output" : "/actions/cc/in/secondary_stick"
}
},
"mode" : "joystick",
"path" : "/user/hand/right/input/joystick"
},
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/back"
}
},
"mode" : "button",
"path" : "/user/hand/left/input/x"
},
{
"inputs" : {},
"mode" : "button",
"path" : "/user/hand/left/input/y"
},
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/turn_right"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/grip"
},
{
"inputs" : {
"click" : {
"output" : "/actions/cc/in/turn_left"
}
},
"mode" : "button",
"path" : "/user/hand/left/input/grip"
}
]
}
},
"category" : "steamvr_input",
"controller_type" : "oculus_touch",
"description" : "Stand still on before loading game, if fail,reload",
"interaction_profile" : "",
"name" : "No recenter and rebind turn",
"options" : {},
"simulated_actions" : []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment