📜  暂停后的 ubuntu 鼠标问题 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:33.204000             🧑  作者: Mango

代码示例1
#Disable/Enable via Xinput:
#Find your trackpad ID with the following command:
xinput --list

#Once you have your device ID—I'll call it 12 for this example—try disabling and enabling the device with:
xinput --disable 12
xinput --enable 12