libx52
0.3.2
Saitek X52/X52Pro drivers for Linux/Unix
|
x52ctl - Command line controller to X52 daemon
x52ctl [-i] [-s socket-path] [command]
x52ctl is a program that can be used to communicate with the X52 daemon. It can be used either as a one-shot program that can be run from another program or script, or it can be run interactively.
Commands are sent to the running daemon, and responses are written to standard output.
If not running interactively, then you must specify a command, or the program will exit with a failure exit code. If running interactively, the program will request input and send that to the daemon, until the user either enters the string "quit", or terminates input by using Ctrl+D.
-i
Run in interactive mode. Any additional non-option arguments are ignored.-s < socket-path >
Use the socket at the given path. If this is not specified, then it uses a default socket.