From e9968fbab32e36703823f69385add522dd86789a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 13 Jan 2021 19:36:17 -0600 Subject: [PATCH] Add system key capture to the feature list --- README.md | 3 ++- app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b3bf38d..d24e828b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Moonlight PC](https://moonlight-stream.org) is an open source implementation of NVIDIA's GameStream, as used by the NVIDIA Shield, but built to run on Windows, Mac, and Linux. This client is the successor to [Moonlight Chrome](https://github.com/moonlight-stream/moonlight-chrome) for streaming on PC. -Moonlight also has mobile versions for [Android](https://github.com/moonlight-stream/moonlight-android) and [iOS](https://github.com/moonlight-stream/moonlight-ios). +Moonlight also has mobile versions for [Android](https://github.com/moonlight-stream/moonlight-android) and [iOS](https://github.com/moonlight-stream/moonlight-ios). You can follow development on our [Discord server](https://moonlight-stream.org/discord). @@ -15,6 +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 - 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 3420dede..16ce60d6 100644 --- a/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml +++ b/app/deploy/linux/com.moonlight_stream.Moonlight.appdata.xml @@ -15,6 +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 on X11
  • Direct touchscreen mouse control
  • HEVC support for better video compression efficiency
  • Gamepad support with force feedback for up to 4 players