summaryrefslogtreecommitdiffstats
path: root/games/rejoystick/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-31 11:45:18 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-04-02 18:19:18 +0700
commite20fb7b2fc0e61bb98632ffe6de549e2520de8b7 (patch)
treea967b77328769774cc30e06a45bf86f22fe66c69 /games/rejoystick/README
parente27884b7eda5265f464225a5ecad0570a8f088a9 (diff)
downloadslackbuilds-e20fb7b2fc0e61bb98632ffe6de549e2520de8b7.tar.gz
slackbuilds-e20fb7b2fc0e61bb98632ffe6de549e2520de8b7.tar.xz
games/rejoystick: Added (translates joystick movement/buttons)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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".