Skip to content

FaithBeam/YMouseButtonControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YMouseButtonControl

This is an attempt at a cross-platform clone of X-Mouse-Button-Control.

Image of YMouseButtonControl

Usage

  1. Download the latest release from the Releases page for your platform
    • Alternatively download the latest build from the Actions tab
  2. Extract the archive
  3. Run YMouseButtonControl

OS Compatibility

Anything that can install .NET 8 should be able to run YMouseButtonControl

.NET 8 Supported OS

Operating System Version
Windows 10 1607+
Windows 11 22000+
Ubuntu 20.04+
macOS 12.0+

Build

Requirements

Build Commands

  1. git clone https://github.com/FaithBeam/YMouseButtonControl
  2. cd YMouseButtonControl
  3. dotnet publish YMouseButtonControl/YMouseButtonControl.csproj \
     -c Release \
     -r YOUR_PLATFORM \
     --self-contained true \
     -p:PublishSingleFile=true \
     -p:DebugType=embedded \
     -p:IncludeNativeLibrariesForSelfExtract=true \
     -p:IncludeAllContentForSelfExtract=true \
     -p:EnableCompressionInSingleFile=true \
     -o bin
    
  4. YMouseButtonControl executable is located in bin folder