Skip navigation.
 
mlRe: Creating keyboard equivalents for NSScrollView?
FROM : The Karl Adam
DATE : Thu Nov 04 22:58:10 2004

Add a category that then implements them in the way you want. Also I
do believe that what you are suggesting works without any special
code, I think you might need to instead check whether they are
actually getting your arrow up/down events of if something else on the
responder chain is using them before they get to your Scroll View.


On Wed, 3 Nov 2004 21:06:10 -0500, Michael Heinz
<<email_removed>> wrote:
> I'd like to map the arrow keys to scroll around in an NSScrollView; but
> I can't find anything on that subject in the documentation. In fact,
> NSScrollView doesn't even seem to implement the scrollLineUp and
> scrollLineDown methods.
>
> Any suggestions on how to handle this?
>
>  _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/karl.<email_removed>
>
> This email sent to karl.<email_removed>
>

Related mailsAuthorDate
mlCreating keyboard equivalents for NSScrollView? Michael Heinz Nov 4, 03:06
mlRe: Creating keyboard equivalents for NSScrollView? The Karl Adam Nov 4, 22:58
mlRe: Creating keyboard equivalents for NSScrollView? Michael Heinz Nov 4, 23:46
mlRe: Creating keyboard equivalents for NSScrollView? The Karl Adam Nov 4, 23:57