From 3bd6a6a614c89b1158c50b9a334334245bc68177 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 6 Feb 2021 20:15:58 -0600 Subject: [PATCH] Fullscreen is no longer required for passing system keyboard shortcuts --- README.md | 2 +- app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d24e828b..7e8d3421 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You can follow development on our [Discord server](https://moonlight-stream.org/ - Supports streaming at 720p, 1080p, 1440p, 4K, and the client PC's native screen resolution - 7.1 surround sound audio support - Support for both pointer capture (for games) and direct mouse control (for remote desktop) - - Support for passing system-wide keyboard shortcuts like Alt+Tab to the host in fullscreen mode + - Support for passing system-wide keyboard shortcuts like Alt+Tab to the host - Direct touchscreen mouse control - HEVC support for better image quality at reduced bandwidth - Gamepad support with force feedback for up to 4 players diff --git a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml index a2486b1b..edf6f1b4 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -15,7 +15,7 @@
  • Hardware accelerated video decoding with VAAPI, VDPAU, and NVDEC support
  • 7.1 surround sound audio support
  • Support for both pointer capture (for games) and direct mouse control (for remote desktop)
  • -
  • Support for passing system-wide keyboard shortcuts like Alt+Tab to the host in fullscreen mode
  • +
  • Support for passing system-wide keyboard shortcuts like Alt+Tab to the host
  • Direct touchscreen mouse control
  • HEVC support for better video compression efficiency
  • Gamepad support with force feedback for up to 4 players