snippetbashTip
qjoypad — Translate input from gamepads or joysticks into keyboard strokes or mouse actions. More information:
Viewed 0 times
translatecommandfromqjoypadcligamepadsinputjoysticks
linux
Problem
How to use the
qjoypad command: Translate input from gamepads or joysticks into keyboard strokes or mouse actions. More information: <https://qjoypad.sourceforge.net/doc/doc_index.html>.Solution
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:
qjoypadStart 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 --notrayStart QJoyPad and force the window manager to use a system tray icon:
qjoypad --force-trayForce a running instance of QJoyPad to update its list of devices and layouts:
qjoypad --updateLoad the given layout in an already running instance of QJoyPad, or start QJoyPad using the given layout:
qjoypad "{{layout}}"Code Snippets
Start QJoyPad
qjoypadStart 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 --notrayStart QJoyPad and force the window manager to use a system tray icon
qjoypad --force-trayForce a running instance of QJoyPad to update its list of devices and layouts
qjoypad --updateContext
tldr-pages: linux/qjoypad
Revisions (0)
No revisions yet.