A windows app that allows the macos three fingers drag, using the Raw Inputs of precision touchpad.
Make sure to disable the "Tap twice and drag to multi-select" behaviour and all of the defaults 3-finger swipe behaviour via Touchpad settings
in windows preferences for the drag to work without interferences.
To open the configuration pane, click the ThreeFingersDragOnWindows icon on the Windows task bar.
- .NET 6.0
cd \path\to\ThreeFingersDragOnWindows\directory\
dotnet build .\ThreeFingersDragOnWindows.csproj
dotnet exec .\bin\Debug\net6.0-windows\win-x64\ThreeFingersDragOnWindows.dll
cd \path\to\ThreeFingersDragOnWindows\directory\
dotnet publish --self-contained false
App files will be available at .\bin\Debug\net6.0-windows\win-x64\publish\
.
You can then use Inno Setup with the inno_setup.iss
file to build an installer executable.
- MIT License