Skip to content

Instantly share code, notes, and snippets.

@Kamilake
Last active June 20, 2022 06:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kamilake/85717019bc90fd3646cf8a3beb050b16 to your computer and use it in GitHub Desktop.
Save Kamilake/85717019bc90fd3646cf8a3beb050b16 to your computer and use it in GitHub Desktop.

What are you going to do now?

When using the SlimeVR tracker, you have to press reset on the console to correct the yaw that is distorted over time.

Edit shortcuts in settings in OVR Advanced Settings

First, go to the %appdata%\AdvancedSettings-Team folder
Just type in the address bar in File Explorer (This PC) as shown in the picture below.
image

Oh, you don't need to turn on the tracker or use a VR headset right now (but it may you have to turn it on if you're using Virtual Desktop)
Press Enter to navigate to the folder and you will see two files as shown below.
The file we will edit is the OVR Advanced Settings.ini file below.
image
If you open that file with your favorite editor (notepad is enough if you don't have one), you can see the [keyboardShortcuts] paragraph as shown below.
image
I will change this part to look like the picture below
image

[keyboardShortcuts]
keyboardOne=^*>y
keyboardTwo=^*>u
keyboardThree=^>m
keyPressmisc=F9
keyPressSystem=F9

They mean CTRL+ALT+SHIFT+Y, CTRL+ALT+SHIFT+U respectively.
Now we have our shortcut presets done :D

Bind shortcuts in OVR Advanced Settings to SteamVR presets

Next, we will bind the keys to the controller you are using in SteamVR (Oculus Touch in my case).
image
Please open the SteamVR dashboard

image
Go to Settings from the drop-down menu

image Click the SHOW OLD BINDING UI button in the Controllers tab
(If only the Startup / Shutdown tab appears here, you need to connect or power on the VR headset)

image image
Please select OVR ADVANCED SETTINGS

image
Choose the preset you want to use, or if you're not sure, edit your binding in the topmost Current Binding section. Just hit Edit!

image
Above is the window where you can edit the key bindings in OVR Advanced Settings for your controller.
Go to the Misc tab to assign the shortcut you edited with text above.

image
I'm going to set it to the left and right sides of the joystick click, which are not used in VRChat. If you don't play VRChat and plan to use it frequently in Beat Saber, etc., you can set it to Y and B keys that do not overlap with Beat Saber's pause key!

image Please select JOYSTICK to leave the joystick on the left controller as the joystick

image Click the None section corresponding to Click

image
Select Keyboard Shortcut One, which is the shortcut key for CTRL+ALT+SHIFT+Y that you set up earlier.
This key will act as a full reset (Return to attention position)

image
On the other side in the same way, set to Keyboard Shortcut Two, which corresponds to CTRL+ALT+SHIFT+U (fast reset), and you are all set!

It was hard to follow, Thank you for following me here :D
I hope this post helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment