summaryrefslogtreecommitdiffstats
path: root/games/rejoystick/README
diff options
context:
space:
mode:
Diffstat (limited to 'games/rejoystick/README')
-rw-r--r--games/rejoystick/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/rejoystick/README b/games/rejoystick/README
new file mode 100644
index 0000000000..2bcc722787
--- /dev/null
+++ b/games/rejoystick/README
@@ -0,0 +1,12 @@
+rejoystick (translates joystick movement/buttons to keystrokes)
+
+Rejoystick is a program that maps movement and button presses on
+your gamepad/joypad/joystick to keypresses on a keyboard when you
+are running X. Since it uses SDL to communicate with the gamepad
+device, it can work on every platform that provides SDL and an X
+environment. (Though it is yet to be tested on Cygwin e.g.)
+
+Quickstart: run "rejoystick" with no arguments. Use the GUI to set up
+button and axis key mappings. Click OK to exit. Run "rejoystick -d",
+which runs in the background; moving the joystick should send the
+keystrokes you configured. To exit, "killall -9 rejoystick".