mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 22:53:12 +00:00
Update cheatsheets
This commit is contained in:
33
linux/qjoypad
Normal file
33
linux/qjoypad
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}"`
|
||||
Reference in New Issue
Block a user