This is an attempt at a cross-platform clone of X-Mouse-Button-Control.
- Download the latest release from the Releases page for your platform
- Alternatively, download the latest build from the Actions tab
- Extract the archive
- Run YMouseButtonControl
- .NET 8.0 Runtime
- On windows if you run YMouseButtonControl.exe, it will take you to the download automatically
Ubuntu: sudo apt install dotnet-runtime-8.0
Fedora: sudo dnf install dotnet-runtime-8.0
Arch: sudo pacman -S dotnet-runtime
Anything that can install .NET 8 should be able to run YMouseButtonControl
| Operating System | Version |
|---|---|
| Windows 10 | 1607+ |
| Windows 11 | 22000+ |
| Ubuntu | 20.04+ |
| macOS | 12.0+ |
- X11 is preferred when running this software: More information
git clone https://github.com/FaithBeam/YMouseButtonControlcd YMouseButtonControl-
dotnet publish YMouseButtonControl/YMouseButtonControl.csproj \ -c Release \ -r YOUR_PLATFORM \ -o bin \ --self-contained true \ /p:PublishSingleFile=true \ /p:IncludeNativeLibrariesForSelfExtract=true \ /p:EnableCompressionInSingleFile=true- YOUR_PLATFORM: win-x64, linux-x64, osx-x64, more runtimes here
- YMouseButtonControl executable is located in bin folder
