sh Ubuntu Gnome触控板4指
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh Ubuntu Gnome触控板4指相关的知识,希望对你有一定的参考价值。
#!/usr/bin/env bash
sudo apt install touchegg -f
cat >> ~/.xprofile <<EOL
synclient ClickFinger4=0
synclient TapButton4=0
touchegg &
EOL
cat > ~/config/touchegg/touchegg.conf <<EOL
<touchegg>
<settings>
<property name="composed_gestures_time">0</property>
</settings>
<application name="All">
<gesture type="DRAG" fingers="3" direction="UP">
<action type="SEND_KEYS">Control+Alt+Up</action>
</gesture>
<gesture type="DRAG" fingers="3" direction="DOWN">
<action type="SEND_KEYS">Control+Alt+Down</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="DOWN">
<action type="SEND_KEYS">Super+s</action>
</gesture>
<gesture type="DRAG" fingers="4" direction="UP">
<action type="SEND_KEYS">Super+w</action>
</gesture>
</application>
</touchegg>
EOL
以上是关于sh Ubuntu Gnome触控板4指的主要内容,如果未能解决你的问题,请参考以下文章
ubuntu触控板驱动在哪更新
sh 启用macOS触控板“点按即可点击”
Ubuntu 插入鼠标自动禁用触控板
unity 在mac 中 怎么用触控板 让界面旋转
笔记本电脑触控板操作小结
笔记本电脑触控板操作小结