GithubHelp home page GithubHelp logo

dokutan / mouse_switcher Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 24 KB

Switch between a left and right handed mouse configuration easily

License: GNU General Public License v2.0

Makefile 3.74% C 96.26%

mouse_switcher's Introduction

mouse_switcher

Switch between a left and right handed mouse configuration easily.

This program intercepts all events from your mouse and optionally swaps the left and right buttons before sending the event to the system. The swapping of the buttons can be enabled/disabled by pressing an additional mouse button.

Configuration

The button to change the layout can be configured by editing the source code (redefine TOGGLE_BUTTON).

Installing

  • Make sure you have libevdev installed, on certain distros (e.g. Ubuntu) a dev package is required
  • Clone this repository, build and install with
make
sudo make install

Usage

Access to /dev/input/* and /dev/uinput is required, this can be achieved by running this as root. Basic usage:

mouse_switcher -e <eventfile>

Replace with the appropriate file for your keyboard in /dev/input (/dev/input/by-id makes finding the correct file easy).

Use the option -f to run in the background. Example:

mouse_switcher -f -e /dev/input/event0

mouse_switcher's People

Contributors

dokutan avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.