From d23ed2913cc97be72ebfb55ac6273cb9bb25d8a3 Mon Sep 17 00:00:00 2001 From: TFWol <9045213+TFWol@users.noreply.github.com> Date: Wed, 17 Sep 2025 09:41:54 -0700 Subject: [PATCH] Added important clarification about controller keybindings --- docs/keyboard_input_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/keyboard_input_guide.md b/docs/keyboard_input_guide.md index c67ea154..7050da89 100644 --- a/docs/keyboard_input_guide.md +++ b/docs/keyboard_input_guide.md @@ -128,6 +128,7 @@ We are not designed to provide a whole bunch of functionality here, if you need ### Focus Issues - we deliver the keypress to the OS, depending on your set-up and program you may have to have the window "in-focus" +- SteamVR controller bindings [don't work](https://github.com/OpenVR-Advanced-Settings/OpenVR-AdvancedSettings/issues/202#issuecomment-493734533) while the UI is showing (e.g. Desktop). You have to dismiss the UI, press the controller button which has a keybinding assigned to it, and then re-open the Desktop UI to see what happened. ### Multiple Key Events - you must separate multiple events with a space (` `)