Ubuntu 20.04,xwiimote无法用作鼠标

Ubuntu 20.04,xwiimote无法用作鼠标

我可以使用 Wii 遥控器,但不能将其用作鼠标。

我将 /usr/share/X11/xorg.conf.d/60-xorg-xwiimote.conf 更改为:

Section "InputClass"
Identifier "Nintendo Wii Remote"
MatchProduct "Nintendo Wii Remote"
MatchDevicePath "/dev/input/event*"
Option "Ignore" "off"
Option "MotionSource" "ir"
Option "MapIRA" "left-button"
Option "MapIRB" "right-button"
Driver "xwiimote"   
EndSection

但我没有工作。

有任何想法吗 ?

答案1

要使鼠标左键和右键单击按钮正常工作,您需要更改

Option "MapIRA" "left-button"  ---> Option "MapA" "left-button"
Option "MapIRB" "right-button" ---> Option "MapB" "right-button"

要移动光标,您需要将 Wii 遥控器指向传感器条(如果您尚未将传感器条连接到屏幕)。

相关内容