[03:22] dreamon, hi, I believe your touchscreen is only two-touch [03:22] so you won't get any unity gesture support [03:23] you can verify with "xinput list 9" [03:23] it will tell you the maximum number of touches you can perform [03:23] if applications are written to support two-touch gestures, you will be able to use them [03:23] however, I don't know how many applications have support right now [05:44] cnd, Max number of touches: 1 -> Think your right [05:45] cnd, but I know 2Fingers are working with "twofing" fine. === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader === MacSlow is now known as MacSlow|lunch === MacSlow|lunch is now known as MacSlow === dandrader is now known as dandrader|lunch === dandrader|lunch is now known as dandrader [15:03] implementing this window switching with gestures is proving to be much more trouble than I anticipated [15:03] as usual :) === dandrader is now known as dandrader|afk === dandrader|afk is now known as dandrader [17:28] dandrader, what trouble are you hitting? [17:30] I'm not stuck. it's just that it was not so trivial to integrate the "3-touch tap anywhere for app swtich" into the existing gestures delivery logic [17:30] and had to make a "compound gesture recognizer" [17:31] I had to make it so that a single gesture can have more than one target [17:31] in the window switching case, a 3-touch gesture can have as a target both the window it hits and the switcher [17:33] yeah [17:38] Ok, now works 2Finger touch. how can i programm some gestures? [18:13] dreamon, I would suggest looking into touchegg [18:13] that allows for gesture to keyboard mappings [18:13] otherwise, if you're a developer you can add gestures using utouch-geis [18:38] Want to add twofinger up/down scrolling like Arrow up/down ..touchegg shows "unknown gesture" [18:39] how can i teach? [18:40] to be honest, I've not used touchegg much [18:41] what I remember of it made it seem intuitive though [18:41] is there a wiki? couldnt find one