Closed fazakis closed 7 years ago
libinput doesn't output the information when staying in touchpad's same points. So that it is difficult to detect long-press.
@fazakis I released fusuma-plugin-tap. This plugin detects 1~4 fingers tap gestures and hold(long press) gestures.
install fusuma-plugin and fusuma-plugin-sendkey
sudo gem install fusuma-plugin-tap fusuma-plugin-sendkey
Then, modify your ~/.config/fusuma/config.yml
.
hold:
3:
sendkey: "LEFTALT+F7" # drag current window
plugin:
inputs:
libinput_command_input:
enable-tap: true
verbose: true
Is it possible to have 3 fingers grab (e.g. grab a window and move it) gesture or is it possible to emulate it some way like (3 finger long press to grab)?