sh 用于kde触摸板的libinput-gestures

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 用于kde触摸板的libinput-gestures相关的知识,希望对你有一定的参考价值。

#!/usr/bin/env bash
sudo gpasswd -a $USER input &&
sudo apt install xdotool wmctrl -y &&
sudo apt install libinput-tools -y &&
git clone https://github.com/bulletmark/libinput-gestures.git &&
cd libinput-gestures &&
sudo make install &&
libinput-gestures-setup autostart

cat > ~/.config/libinput-gestures.conf <<EOL
gesture swipe up    _internal ws_up
gesture swipe up    xdotool key super+Page_Up
gesture swipe down  xdotool key ctrl+F9
gesture swipe left  xdotool key ctrl+alt+Tab
gesture swipe right xdotool key alt+Tab
gesture pinch in   xdotool key super+Page_Up
EOL

cat > ~/.config/autostart/libinput-gestures.desktop <<EOL
[Desktop Entry]
Type=Application
Terminal=false
Name=Libinput Gestures
Exec=/usr/bin/libinput-gestures
Icon=libinput-gestures
Comment=Background application to intercept and action libinput gestures from touchpad.
Categories=GNOME;GTK;System;
EOL

以上是关于sh 用于kde触摸板的libinput-gestures的主要内容,如果未能解决你的问题,请参考以下文章

ubuntu鼠标和触摸板的禁用

Mac触摸板的那些奇淫巧术

触控板的绝对触控坐标

笔记本电脑触摸板的使用技巧

禁止华硕触摸板的纠结历程

检测 UWP 应用中触摸板的多点触控手势