Logiciels Libres et Systèmes Embarqués


Js2mouse

A joystick events to mouse events converter

Abstract

Js2mouse converts joystick events into mouse events, so the user can use his joystick/gamepad as a pointer instead of the mouse. It works with any kind of joystick (analogic or digital) and with any kind of program (X, GPM, etc.). Js2mouse doesn't need root privileges. It can emulate PS/2 and IMPS/2 protocols, and joystick keys can be assigned.

Download Js2mouse here : js2mouse-040208.tar.gz


1. Installation

  1. download the latest sources : http://www.freshmeat.net/projects/js2mouse/
  2. enter the following commands into a terminal :
    tar -xvzf js2mouse-YYMMDD.tar.gz
    cd js2mouse/js2mouse
    make
    su -c "make install"    # enter root's password, if necessary