Skip to content

[REM-2850] Add ability to automatically move mouse to keep RDP connections alive

Hiroyuki Tanaka requested to merge myheroyuki/Remmina:REM-2850 into master

Description

Added a new RDP setting to allow the user to choose an interval at which the mouse will move if there has been no user interaction. This will keep the screen from locking.

Related Issue

#2850 (closed) and #2962 (closed)

Motivation and Context

Stops users from having being locked out of an RDP connection after periods of inactivity.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Merge request reports