iberianpig / fusuma

Multitouch gestures with libinput driver on Linux
MIT License
3.67k stars 149 forks source link

3 Finger Grab #38

Closed fazakis closed 7 years ago

fazakis commented 7 years ago

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)?

iberianpig commented 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.

iberianpig commented 4 years ago

@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