su8 / move-mouse-from-keyboard

Move the mouse pointer only by using the keyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move the mouse pointer only by using the keyboard

Usage

# To the right
mouse x 100
mouse y 100

# To the left
mouse x -100
mouse y -100

Installation

$ make
# make install

Problems

The program doesn't work with some tiling window managers such as:

  • xmonad
  • dwm
  • openbox
  • i3wm

It have been tested and works on:

  • KDE
  • XFCE
  • GNOME2/3

If you discover that it works/doesn't work in your tiling/window manager, please submit a PR to update the list.

About

Move the mouse pointer only by using the keyboard

License:GNU General Public License v3.0


Languages

Language:C 61.0%Language:Makefile 39.0%