1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 10:02:08 +02:00
tldr/pages/linux/qjoypad.md
marchersimon 0ca6ac1efb
qjoypad: add page (#5783)
* qjoypad: add page

* Fix typo

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

* Apply suggestion from code review

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>

Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com>
2021-04-18 16:36:57 +02:00

28 lines
689 B
Markdown

# qjoypad
> Translate input from gamepads or joysticks into keyboard strokes or mouse actions.
> More information: <http://qjoypad.sourceforge.net/>.
- Start QJoyPad:
`qjoypad`
- Start QJoyPad and look for devices in a specific directory:
`qjoypad --device={{path/to/directory}}`
- Start QJoyPad but don't show a system tray icon:
`qjoypad --notray`
- Start QJoyPad and force the window manager to use a system tray icon:
`qjoypad --force-tray`
- Force a running instance of QJoyPad to update its list of devices and layouts:
`qjoypad --update`
- Load the given layout in an already running instance of QJoyPad, or start QJoyPad using the given layout:
`qjoypad "{{layout}}"`