diff --git a/docs/GlobalShortcuts.md b/docs/GlobalShortcuts.md index 42ef74946..8eea42aea 100644 --- a/docs/GlobalShortcuts.md +++ b/docs/GlobalShortcuts.md @@ -2,10 +2,23 @@ ## Windows +### Generic devices + No additional steps should be required. If you're encountering problems, feel free to open an issue. +### Xbox controllers + +If you want to use the guide button in Mumble, +the trigger for the Game bar must be disabled. + +![Windows screenshot](../screenshots/Windows_settings_game_bar.png) + +When the option is enabled, Windows doesn't pass the input to applications. + +Even `XInputGetStateEx()` doesn't detect it! + ## Linux ### Poll-driven engine diff --git a/screenshots/Windows_settings_game_bar.png b/screenshots/Windows_settings_game_bar.png new file mode 100644 index 000000000..7b8ccc4d2 Binary files /dev/null and b/screenshots/Windows_settings_game_bar.png differ