mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-12-25 07:10:25 +01:00
fix: spelling
This commit is contained in:
parent
75bda8b3fc
commit
265217b518
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Rename the copy you've made to the value of `controller_type`.
|
||||||
|
|
||||||
In my case i've ended up with a copy of the valve index bindings named `knuckles.json` located in `PATH_TO_STEAM/steamapps/common/VRChat/OpenComposite/knuckles.json`.
|
In my case i've ended up with a copy of the valve index bindings named `knuckles.json` located in `PATH_TO_STEAM/steamapps/common/VRChat/OpenComposite/knuckles.json`.
|
||||||
|
|
||||||
Going back to the location of the original bindings, open up `actions.json`, which defines every possible action in the game. A popular binding is changing the microphone button to toggle gestures. We'll use tihs as an example.
|
Going back to the location of the original bindings, open up `actions.json`, which defines every possible action in the game. A popular binding is changing the microphone button to toggle gestures. We'll use this as an example.
|
||||||
|
|
||||||
in `actions.json`, we can find the name of the desired actions.
|
in `actions.json`, we can find the name of the desired actions.
|
||||||
```json
|
```json
|
||||||
|
|
Loading…
Reference in a new issue