Fix <hint>s that broke with hugo-book update

This commit is contained in:
hypevhs 2024-11-04 21:48:53 -06:00
parent 1dc2988ea1
commit 51a0cc20c4
4 changed files with 8 additions and 8 deletions

View file

@ -9,12 +9,12 @@ title: xrBinder
> xrBinder is an OpenXR binding layer that is designed to manage key bindings for XR applications. It acts as a bridge between input actions and various VR/AR devices, providing a way to map specific hardware inputs to in-game actions. This is particularily useful for when the default mappings of an application may not align with your preferences or specific hardware capabilities.
{{< hint danger >}}
{{% hint danger %}}
**Warning**
xrBinder is still considered alpha-quality and highly experimental.
Certain bindings may not work when they are hard coded to the application, such as the [Index Controller bindings in VRChat](https://docs.vrchat.com/docs/valve-index#binding-customization-notes) for `Jump`, `Mic Toggle`, `Gesture Toggle` and `Action Menu Left / Right`.
{{< /hint >}}
{{% /hint %}}
## Building from source