Re: scrolling groups and magic mouse?

2010-02-27 Thread Geoff Canyon Rev
Thanks, I never would have thought that it translated simply as a keypress. +2 -2 gives unusably slow scrolling on my MacBook. +50 -50 is about fast enough (matches fields roughly) but is very jerky. Then the weirdness set in. I tried using this routine to scroll a little bit but more often: on

scrolling groups and magic mouse?

2010-02-26 Thread Geoff Canyon Rev
fields seem to respond to swipe-scrolling with the magic mouse just fine, but groups with scrollbars don't. Is there a way to fix that? ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: scrolling groups and magic mouse?

2010-02-26 Thread Björnke von Gierke
In a field put this script, then swipe away: on rawkeydown theKey put theKey --a number pass rawkeydown end rawkeydown in your group do this then swipe away: on rawkeydown theKey if thekey = swipedown number then set the scroll of me to the scroll of me +2 else if theKey =