SkillAgentSearch skills...

YMouseButtonControl

X-Mouse Button Control clone

Install / Use

/learn @FaithBeam/YMouseButtonControl
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

YMouseButtonControl

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

YMouseButtonControl 0 22 0

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

Requirements

  • .NET 8.0 Runtime
    • On windows if you run YMouseButtonControl.exe, it will take you to the download automatically

Linux

Ubuntu: sudo apt install dotnet-runtime-8.0

Fedora: sudo dnf install dotnet-runtime-8.0

Arch: sudo pacman -S dotnet-runtime

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+ |

Linux X11 vs. Wayland Considerations

Linux Issues

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 \
        -o bin \
        --self-contained true \
        /p:PublishSingleFile=true \
        /p:IncludeNativeLibrariesForSelfExtract=true \
        /p:EnableCompressionInSingleFile=true
    
    
  4. YMouseButtonControl executable is located in bin folder

Related Skills

View on GitHub
GitHub Stars48
CategoryDevelopment
Updated13d ago
Forks9

Languages

C#

Security Score

90/100

Audited on Mar 18, 2026

No findings