Instuctions available (moved) at REMOTE ORIGIN website: Extract Subtitles From mkv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<# | |
.SYNOPSIS | |
Adjust the mouse speed when using Barrier (on Windows) to control another computer. | |
.DESCRIPTION | |
When using Barrier (https://github.com/debauchee/barrier) across two computers of different | |
resolutions/DPIs, the server's mouse speed may be too fast or too slow on the client computer: | |
https://github.com/debauchee/barrier/issues/741. This script monitors Barrier's log file and adjusts | |
the server's mouse speed when the mouse has moved onto the client. |