模板:RPILCD-RIGHT-CLICK

来自丢石头百科
Admin讨论 | 贡献2019年11月14日 (四) 16:21的版本 (文本替换 - 替换“<source”为“<syntaxhighlight”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

增加长按右键功能

注:新版本驱动默认已添加"长按右键功能"。

  • 编辑99-calibration.conf文件
sudo nano /etc/X11/xorg.conf.d/99-calibration.conf
  • 在文件中添加以下代码:
Option "EmulateThirdButton" "1"
Option "EmulateThirdButtonTimeout" "750"
Option "EmulateThirdButtonMoveThreshold" "100"

RPILCD-RIGHT-CLICK.png

  • 保存并退出,重启系统即可
reboot