9

When i'm scrolling sometimes ubuntu will think i'm trying to switch applications.

Is there a three finger application switching feature in ubuntu 13.04 that i don't know about?

It sometimes also switches applications when my palms are touching. I tried disable while typing and it's not optimal or user friendly. It's rather annoying to me.

chrisjlee
  • 10,786

5 Answers5

6

Yes. This is three finger tap followed by hold to switch between app windows. The explanation here. https://wiki.ubuntu.com/Multitouch

sugab
  • 4,367
1

In my case, running following command solved the problem.

synclient ClickFinger3=2
d a i s y
  • 5,511
0

This one solves my problem:

synclient HorizTwoFingerScroll=0

Hatef
  • 11
0

The Window List will switch applications if you scroll while the cursor is over it.

0

This was messing with my head, too. I couldn't figure out how to reproduce it until I read the Multitouch wiki posted by bagustris in his comment above.

Running

synclient ClickFinger3=2

immediately fixed the problem. Note that I ran

synclient -l > ~/.config/synclient_listYYYYMMDD

first to preserve the original listings.

Kevin Kane
  • 11
  • 3