richardgv / skippy-xd

A full-screen Exposé-style standalone task switcher for X11.
GNU General Public License v2.0
342 stars 77 forks source link

Multi touch gestures not working #32

Open uvisgrinfelds opened 10 years ago

uvisgrinfelds commented 10 years ago

Hello,

I am currently using touchegg for activating skippy-xd (three swipes down), works like a charm. Also three taps are set to mimic Mouse3 button, but it does not work in exposē mode, as it seems to be blocked by skippy.

Any suggestions?

Thank you.

richardgv commented 10 years ago

Sorry for the very late reply...

toucheggs uses XTestFakeButtonEvent() to generate fake button clicks. I wrote a test program and skippy-xd receives key presses from it correctly, so at least skippy-xd isn't "blocking" the key press sent this way. Unfortunately I don't have such an advanced input device (:-D) and can't go further.