fholger / openvr_fsr

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

F2 key still activates with hotkeys set to false #131

Closed stuartaston closed 2 years ago

stuartaston commented 2 years ago

F2 Key is still being read by the driver even when:

"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,

fholger commented 2 years ago

Thanks; I accidentally forgot to check for the config option if hotkeys are enabled. I uploaded a hotfix.

speed-of-heat commented 2 years ago

confirmed this is working thanks!