3

I dual boot Win 10 - Ubuntu. ON WIndows 10 if I swipe downwards with 3 fingers, it minimizes all the windows and goes to the desktop, if you swipe upwards with 3 fingers, it'll re-focus all the windows back.

Is there a way I can make it do the same in Ubuntu?

MichaelX
  • 736

1 Answers1

4

There is an application that allows you to use specific gestures to issue commands, this may let you enable support for 3 finger gestures. The program is called easystroke. Its in the software center. You can search by the following name: Easystroke Gesture Recognition.

Here is a link to the developers website.

You can also check this already answered question. Which states:

In Ubuntu xserver-xorg-input-synaptics is used. It can detect only 2-finger swipes, vertical and horizontal.

There is no code that detects 3-finger swipes. The only way to add this feature is to code it into the user space driver.

So I guess checking out the application is the better choice.

Russo
  • 1,908