1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-31 12:53:34 +02:00
tldr/pages/linux/qjoypad.md
Managor 2f6280b85b
*: use a more specific more info link, net domain (#17693)
Updating more information links with more specific URLs
2025-08-16 11:23:53 -07:00

28 lines
708 B
Markdown

# qjoypad
> Translate input from gamepads or joysticks into keyboard strokes or mouse actions.
> More information: <https://qjoypad.sourceforge.net/doc/doc_index.html>.
- 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}}"`