Add system key capture to the feature list

This commit is contained in:
Cameron Gutman 2021-01-13 19:36:17 -06:00
parent bc10fd0aba
commit e9968fbab3
2 changed files with 3 additions and 1 deletions

View File

@ -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 - Supports streaming at 720p, 1080p, 1440p, 4K, and the client PC's native screen resolution
- 7.1 surround sound audio support - 7.1 surround sound audio support
- Support for both pointer capture (for games) and direct mouse control (for remote desktop) - 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 - Direct touchscreen mouse control
- HEVC support for better image quality at reduced bandwidth - HEVC support for better image quality at reduced bandwidth
- Gamepad support with force feedback for up to 4 players - Gamepad support with force feedback for up to 4 players

View File

@ -15,6 +15,7 @@
<li>Hardware accelerated video decoding with VAAPI, VDPAU, and NVDEC support</li> <li>Hardware accelerated video decoding with VAAPI, VDPAU, and NVDEC support</li>
<li>7.1 surround sound audio support</li> <li>7.1 surround sound audio support</li>
<li>Support for both pointer capture (for games) and direct mouse control (for remote desktop)</li> <li>Support for both pointer capture (for games) and direct mouse control (for remote desktop)</li>
<li>Support for passing system-wide keyboard shortcuts like Alt+Tab to the host in fullscreen mode on X11</li>
<li>Direct touchscreen mouse control</li> <li>Direct touchscreen mouse control</li>
<li>HEVC support for better video compression efficiency</li> <li>HEVC support for better video compression efficiency</li>
<li>Gamepad support with force feedback for up to 4 players</li> <li>Gamepad support with force feedback for up to 4 players</li>