wingmancordlessgamepad.sh
来自「FreeWRLduneInputDevice和FreeWRL一起可以让用户用带有」· Shell 代码 · 共 8 行
SH
8 行
#!/bin/sh# Linux Logitech Wingman cordless Gamepad example# green light on gamepad: hover mode with the thumb sticks# red light on gamepad: rocket mode with the thumb sticksFreeWRLduneInputDevice -joystick /dev/input/js0 -x=0 -y=1 -z=-4 -xrot=6 -yrot=-3 -zrot=5
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?