Files
tldr/pages.zh/linux/qjoypad.md

28 lines
656 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# qjoypad
> 将游戏手柄或操纵杆的输入转换为键盘按键或鼠标操作。
> 更多信息:<https://qjoypad.sourceforge.net/>.
- 启动 QJoyPad
`qjoypad`
- 在特定目录中启动 QJoyPad 并查找设备:
`qjoypad --device={{path/to/directory}}`
- 启动 QJoyPad但不显示系统托盘图标
`qjoypad --notray`
- 启动 QJoyPad并强制窗口管理器使用系统托盘图标
`qjoypad --force-tray`
- 强制正在运行的 QJoyPad 实例更新其设备和布局列表:
`qjoypad --update`
- 在已运行的 QJoyPad 实例中加载给定布局,或者使用给定布局启动 QJoyPad
`qjoypad "{{layout}}"`