Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/keyboard_input_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (` `)
Expand Down