diff options
Diffstat (limited to 'games/rejoystick/rejoystick.1')
-rw-r--r-- | games/rejoystick/rejoystick.1 | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/games/rejoystick/rejoystick.1 b/games/rejoystick/rejoystick.1 new file mode 100644 index 0000000000..2a2a79bf38 --- /dev/null +++ b/games/rejoystick/rejoystick.1 @@ -0,0 +1,84 @@ +.\" Man page generated from reStructuredText. +. +. +.nr rst2man-indent-level 0 +. +.de1 rstReportMargin +\\$1 \\n[an-margin] +level \\n[rst2man-indent-level] +level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] +- +\\n[rst2man-indent0] +\\n[rst2man-indent1] +\\n[rst2man-indent2] +.. +.de1 INDENT +.\" .rstReportMargin pre: +. RS \\$1 +. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] +. nr rst2man-indent-level +1 +.\" .rstReportMargin post: +.. +.de UNINDENT +. RE +.\" indent \\n[an-margin] +.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] +.nr rst2man-indent-level -1 +.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] +.in \\n[rst2man-indent\\n[rst2man-indent-level]]u +.. +.TH "REJOYSTICK" 1 "2022-03-26" "0.8.1" "SlackBuilds.org" +.SH NAME +rejoystick \- translates joystick movement/buttons to keystrokes +.\" RST source for rejoystick(1) man page. Convert with: +. +.\" rst2man.py rejoystick.rst > rejoystick.1 +. +.\" rst2man.py comes from the SBo development/docutils package. +. +.SH SYNOPSIS +.sp +rejoystick [\fI\-d\fP] +.SH DESCRIPTION +.sp +\fBrejoystick\fP is a daemon that converts joystick movement and/or +button presses to X keystroke events. This allows the user to use the +joystick with games that don\(aqt have joystick support. +.sp +There are two modes of operation for \fBrejoystick\fP: the GUI configuration +mode, and daemon mode. +.sp +To configure the axes/buttons \fBrejoystick\fP will map to keystrokes, +run \fBrejoystick\fP with no arguments. This will display a GUI which +you can use to set the mappings. When you\(aqre done, exit the program +(close its window). The mappings will be written to \fI~/.rejoystickrc\fP\&. +Although the configuration is graphical, it\(aqs recommended to run it +from a terminal (not a desktop launcher), so you can see its output. +.sp +To run \fBrejoystick\fP as a daemon, run it with the \fB\-d\fP option. It +will fork to the background, monitor the joystick, and generate +keystroke events according to the configuration in \fI~/.rejoystickrc\fP\&. +.sp +To exit \fBrejoystick\fP, use "\fBkillall \-9 rejoystick\fP". If you want to +change the mappings, you\(aqll have to kill the daemon and restart it, +since it won\(aqt re\-read its config file. +.SH OPTIONS +.INDENT 0.0 +.TP +.B \-d +Run as a daemon. Default is to show the config GUI. +.UNINDENT +.SH COPYRIGHT +.sp +See the file /usr/doc/rejoystick\-0.8.1/COPYING for license information. +.SH AUTHORS +.sp +rejoystick was written by Samuel <\fI\%samel_tvom@yahoo.se\fP>. +.sp +This man page written for the SlackBuilds.org project +by B. Watson, and is licensed under the WTFPL. +.SH SEE ALSO +.sp +The rejoystick homepage: \fI\%http://rejoystick.sourceforge.net/\fP +.\" Generated by docutils manpage writer. +. |