Re: Home and end keys and NSTableView, not handled automatically?
Re: Home and end keys and NSTableView, not handled automatically?
- Subject: Re: Home and end keys and NSTableView, not handled automatically?
- From: "Sean McBride" <email@hidden>
- Date: Tue, 14 Sep 2004 14:28:08 -0400
Allan Odgaard (email@hidden) on Tue, Sep 14, 2004 13:53 said:
>> But, NSResponder seems to also lack any kind of scrollToTopOfPage:
>> (equivalent to home key). This seems to be another omission/bug,
>> wouldn't you say?
>
>Yes, you mean there is moveToBeginningOfDocument: and no
>scrollToBeginningOfDocument:?
Exactly.
>Actually though, it seems mainly to be missing from the documentation:
>
>% pl <
>/System/Library/Frameworks/AppKit.framework/Resources/
>StandardKeyBinding.dict|grep scrollTo
> "\U00d4\U00fa\U00a9" = "scrollToBeginningOfDocument:";
> "\U00d4\U00fa\U00b4" = "scrollToEndOfDocument:";
>
>So the default key bindings plist does bind a key to these (missing)
>actions.
Nice find! scrollToBeginningOfDocument is also missing from the headers.
I wonder if NSResponder will respond to that message anyway... will try
that now...
>Ah, was not aware of that -- hmm... did I change that binding also
>myself, or is NSTextView then not following AHIG!?! (note to self:
>check that later)
I think you must have changed it... Every app I use regularly has correct
home/end behaviour.
>> [...] One thing I hate about Windows is how
>> page up/down move the cursor. I am used to them being shortcuts for
>> the
>> scrollbar.
>
>hehe... and everybody new on the Mac hates 1) that page up/down doesn't
>move the cursor and 2) home/end doesn't move to begin/end of line
>(instead of document).
I guess its all about what you're used to. :)
Also, for 1) there is: System Preferences > Appearance > 'click in the
scroll bar to'. I only played with it for one minute, but I can't find
any apps that honour it.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden