Documentation

Rejoystick depends on If you want to build it yourself you will need the following packages (if you're running ubuntu)

Installation

Same old, same old... (If you're doing it old school. I do have deb and rpm files as well.)

$ tar zxvf rejoystick-X.X.tar.gz
$ cd rejoystick-X.X
$ ./configure
$ make
$ su
# make install

Configure new keys

When successfully installed, run without parameters do get the gui:

$ rejoystick

After you have mapped all the keys you want, click "OK" and then your layout is saved an the gui is shut down. To start the "real" rejoystick program, run as such:

$ rejoystick -d

Troubleshooting

Delete the rc file (especially if you have an old version rejoystick rc file):

$ rm ~/.rejoystickrc

Then reconfigure the keys and run the app again.

Also make sure that you only have one instance of rejoystick running as the new processes won't kill the old ones. So kill older processes before running new ones.

$ killall -9 rejoystick

Hosted by Sourceforge.net

Valid XHTML 1.0 Strict Valid CSS!