Re: Scrolling on Mac OS X : groups vs fields

2013-08-03 Thread Randy Hengst
Got it, thanks. On Aug 3, 2013, at 9:39 AM, Richard Gaskin wrote: > Randy Hengst wrote: > > >> On 02/08/2013 17:32, Mac Bennett wrote: > >>> This works for me, though you might need to adjust 'tStepsize': > >>> > >>> --in group script > >>> > >>> on rawKeyDown pKey > >>> if the short name of

Re: Scrolling on Mac OS X : groups vs fields

2013-08-03 Thread Richard Gaskin
Randy Hengst wrote: >> On 02/08/2013 17:32, Mac Bennett wrote: >>> This works for me, though you might need to adjust 'tStepsize': >>> >>> --in group script >>> >>> on rawKeyDown pKey >>> if the short name of me is not in the long name of target then >>> pass rawkeydown >>>else >>>

Re: Scrolling on Mac OS X : groups vs fields

2013-08-03 Thread Randy Hengst
Hi All, Any thoughts as to why my arrow keys don't show the rawKey numbers listed here? I'm on a MacBook Pro 13 in… I get 65361 -- left arrow 65362 -- up arrow 65363 -- right arrow 65364 -- down arrow be well, randy hengst - On Aug 2, 2013, at 8:29 PM, Alex Tweedly wrote: > Thanks Devin an

Re: Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Alex Tweedly
Thanks Devin and Mac - that works fine. -- Alex. P.S. I'm not sure how I would *ever* have found that in the dictionary / User Guide - so thanks again. On 02/08/2013 17:32, Mac Bennett wrote: This works for me, though you might need to adjust 'tStepsize': --in group script on rawKeyDown

Re: Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Mac Bennett
This works for me, though you might need to adjust 'tStepsize': --in group script on rawKeyDown pKey if the short name of me is not in the long name of target then pass rawkeydown else put 45 into tStepSize -- adjust here the stepsize for scrolling switch pKey case "6530

Re: Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Devin Asay
Alex On Aug 2, 2013, at 2:43 AM, Alex Tweedly wrote: > On OSX (10.8.4, MBP - but I doubt that matters), I can scroll using a > two-finger touch (i.e. if the cursor is within an area that is scrollable, > then generally I can touch with two fingers, and 'push up' or 'pull down' the > window cont

Scrolling on Mac OS X : groups vs fields

2013-08-02 Thread Alex Tweedly
On OSX (10.8.4, MBP - but I doubt that matters), I can scroll using a two-finger touch (i.e. if the cursor is within an area that is scrollable, then generally I can touch with two fingers, and 'push up' or 'pull down' the window contents. This includes LC fields - this scrolling "just works"