Viewing 1 post (of 1 total)
  • Author
    Posts
  • #6918
    Avatar photopeq42
    Keymaster

    WayVR, a popular overlay/play space mover for VR on Linux, has some pretty meh bindings by default, and no easy way to change them using a menu.

    So here’s how you change it:

    1. Grab openxr_actions.json5 from their Github
    2. Place it in ~/.config/wayvr/
    3. Check the OpenXR bindings Documentations for what you’d like to change
    4. Modify the file you grabbed earlier using it.

    Mine, for example, I like using the same I used on OVR Advanced Settings:

    Double Click B on my right controller to drag.

    So I changed the part that says “space_drag”, under “Oculus Touch Controller” to:

    space_drag: {
    double_click: true,
    right: “/user/hand/right/input/b/click”
    },

    and to show/hide overlay using the Left Controller’s Menu Button I changed the part that says “show_hide” to:

    show_hide: {
    left: “/user/hand/left/input/menu/click”
    },

    It’s fairly easy to understand how that works, just a bit annoying and scary with how big the documentation page is.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.