1
haoliang 2018-04-10 11:51:13 +08:00
上来就要大神给建议,正常交流搞得心理压力巨大,能不能不走这个套路?
没试过在 mac 装 linux, 以下仅是我在 lenovo 笔记本上 archlinux 下的一些经验: * 三指拖拽, 类似 /变通: `man 4 libinput` 找到 `Option "TappingDrag"` 及相关设置 (tiling wm 下应该没啥用) * 三指选择,类似 /变通: 单击选择开始位置,按住 ctrl, 单击选择结束位置 (大家肯定都知道) |
2
haoliang 2018-04-10 12:00:37 +08:00
诶,看了下 xdotool, 没准可以做三指选择, 它有个下级 command: mousedown
|
3
cuberlzy 2018-04-10 13:24:10 +08:00
有没有尝试使用 libinput 库进行开发呢,我之前写过一个二指切换工作区的程序,有兴趣可以参考一下我对事件的处理方法,看看能不能组合成你需要的功能。
Github: https://github.com/CuberL/swipe-workspace libinput 文档: https://wayland.freedesktop.org/libinput/doc/latest/ |