linux mint安装触控板手势fusuma
安装必要的包,终端输入:
sudo apt-get install libinput-tools
sudo apt-get install xdotool
sudo gem install fusuma
有些人可能会安装失败,因为gem要使用Ruby的环境,如果上面的第三步安装失败了,记得先使用下面这条指令安装Ruby。然后再执行上述第三条命令。
sudo apt-get install ruby
试用fusuma
sudo fusuma
fusuma配置文件
~/.config/fusuma/config.yml
swipe:
3:
left:
command: 'xdotool key alt+Right'
right:
command: 'xdotool key alt+Left'
up:
command: 'xdotool key ctrl+t'
down:
command: 'xdotool key ctrl+w'
4:
left:
command: 'xdotool key ctrl+alt+Right'
right:
command: 'xdotool key ctrl+alt+Left'
up:
command: 'xdotool key ctrl+alt+Down'
down:
command: 'xdotool key ctrl+alt+Up'
pinch:
2:
in:
command: 'xdotool key ctrl+equal'
out:
command: 'xdotool key ctrl+minus'
4:
in:
command: 'xdotool key ctrl+v'
out:
command: 'xdotool key alt+F10'
threshold:
swipe: 0.5
pinch: 0.5
interval:
swipe: 0.5
pinch: 0.5
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 百万级群聊的设计实践
· 永远不要相信用户的输入:从 SQL 注入攻防看输入验证的重要性
· 全网最简单!3分钟用满血DeepSeek R1开发一款AI智能客服,零代码轻松接入微信、公众号、小程
· .NET 10 首个预览版发布,跨平台开发与性能全面提升
· 《HelloGitHub》第 107 期
2024-01-02 Iceberg调研报告-腾讯数据集成工具报告
2024-01-02 表治理-Iceberg过期快照清理
2024-01-02 表治理-Iceberg小文件合并测试
2024-01-02 表治理-Iceberg元数据合并-metadata.json文件
2024-01-02 调研报告-基于 Iceberg 构建湖仓一体平台调研
2024-01-02 iceberg调研-查询Iceberg表流程
2024-01-02 性能测试-Oceanus 测试FLink mysql到Iceberg性能