GithubHelp home page GithubHelp logo

c2deep / mouseboard Goto Github PK

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

Have full control over mouse pointer and move it smoothly using keyboard

License: MIT License

C 100.00%
c linux mouse-emulation mouse-key

mouseboard's Introduction

mouseboard

mouseboard control mouse pointer by keyboard.
Have full control over mouse pointer and move it smoothly using keyboard.

Enviroments

Linux

Features

  • Precision Non continuous presses to one or more of movement keyboard keys for precise mouse movement.
    To increase the precision of the movement increse the Minimum speed to a higher value.
  • Acceleration Control mouse acceleration by simply keep pressing one or more of the direction keys (the longer you press the faster mouse pointer goes till it reach the Max speed).
  • Move mouse pointer in two directions simultaneously.
  • Customize the mouse speed, acceleration and keyboard keys to control the mouse.
  • Return the functionality of the keyboard keys assigned to mouse control once the program terminated.

Build

gcc -o mouseboard mouseboard.c -lm -pthread

Usage

sudo ./mouseboard

Configuration

Edit configuration

 sudo ./mouseboard -C

or

sudo ./mouseboard --config

Note

the new configuration is saved in mouse.cfg file in binary form.

Run with default configuration

sudo ./mouseboard -D

or

sudo ./mouseboard --default

How to use

Default mouse movement keyboard keys

Movement direction key
UP ⬆ UP ARROW
DOWN ⬇ DOWN ARROW
LEFT ⬅ LEFT ARROW
RIGHT ➡ RIGHT ARROW

Default mouse buttons keyboard keys

Button key
RIGHT BUTTON KPENTER
LEFT BUTTON KP0
WHEEL UP KP8
WHEEL DOWN KP2

*KP stand for keypad

mouseboard's People

Contributors

c2deep 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.