fholger / openvr_fsr

Add Image Upscaling via AMD FidelityFX SuperResolution or NVIDIA Image Scaling to SteamVR games
Other
1.71k stars 63 forks source link

Hotkey Help #141

Open Plaiskool opened 2 years ago

Plaiskool commented 2 years ago

Hello,

I'm trying to disable Hotkey.

I'm opening the openvr_mode.cgf with notepad ++

"hotkeys": { // If enabled, you can change certain settings of the mod on the fly by // pressing certain hotkeys. Good to see the visual difference. But you // may want to turn off hotkeys during regular play to prevent them from // interfering with game hotkeys. "enabled": false, Should i put just false like here or should i put disabled as well?

  Mine is on False, but i still got control hotkey in DCS, drinving me nuts.

  Thank you for you work
fholger commented 2 years ago

Are you using v2.1.1?

See release notes: "Hotfix: hotkeys could not be deactivated in the config file due to a missing conditional check."

Plaiskool commented 2 years ago

YEs lated 2.1.1

fholger commented 2 years ago

Then I'm afraid you may have hit a bug. Since this is no longer under active development, I'd suggest trying vrperfkit instead: https://github.com/fholger/vrperfkit

Panzerlang commented 2 years ago

I tried this vrperfkit in IL2 after the FSR mod stopped working but it doesn't work in IL2. Maybe because IL2 uses OpenXR and this app requires OpenVR?

Panzerlang commented 2 years ago

Mistake. IL2 works with SteamVR , which is OpenVR, not OpenXR. Which then of course begs the question why vrperfkit doesn't work when the fsr mod did. :(