On Thu, 2010-08-26 at 08:30 -0600, Duncan McGreggor wrote: > Hey folks, > > Ikbel's itching to get started on the next version of Ginn. I've given > him the go-ahead, but we could use your input/ideas on the planned > configuration management for Ginn (apps need to know how to intercept > gestures, etc., and app developers need to be able to indicate this).
Ikbel, How do you map applications to windows? Is it based on the window title? If so, I suggest defining the "Application" property as a regex so titles can be matched easily no matter what their format. As for the triggers, I think some suggestions would be helpful. For example, if gtk scroll events shift contents of a window by 30 pixels, then a suggested trigger for a scroll event through ginn should be 30 pixels. That way a user can scroll a document and there will be a one-to-one mapping between physical and screen space. If toolkits have a way to dynamically set the scroll amount, it might be worthwhile to define a trigger that is in scroll sizes, like "1S" might mean 1 scroll size, which would translate to 30 pixels in the above scenario. I'm not sure how feasible this is, but it's worth taking a look at. Otherwise, I like the concepts here. -- Chase _______________________________________________ Mailing list: https://launchpad.net/~multi-touch-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~multi-touch-dev More help : https://help.launchpad.net/ListHelp

