Skip to content

A windows app that allows the macos three fingers drag, using the Raw Inputs of precision touchpad.

License

Notifications You must be signed in to change notification settings

jssinn/ThreeFingersDragOnWindows

 
 

Repository files navigation

Release TotalDownloads LatestDownloads

ThreeFingersDragOnWindows

A windows app that allows the macos three fingers drag, using the Raw Inputs of precision touchpad.

Preview

screenshot

How to use

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.

Requirements

  • .NET 6.0

Build and Execute

cd \path\to\ThreeFingersDragOnWindows\directory\
dotnet build .\ThreeFingersDragOnWindows.csproj
dotnet exec .\bin\Debug\net6.0-windows\win-x64\ThreeFingersDragOnWindows.dll

Release

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.

License

  • MIT License

About

A windows app that allows the macos three fingers drag, using the Raw Inputs of precision touchpad.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.5%
  • Inno Setup 6.5%