Re: interpretKeyEvents not handling HOME and END keys?

2009-03-06 Thread Eric Gorr
On Mar 6, 2009, at 2:04 PM, Sean McBride wrote: On 3/6/09 1:37 PM, Eric Gorr said: If it is a bug that NSResponder does not have a scrollToBeginningOfDocument or scrollToEndOfDocument, I can file a bug report. IMNSHO yes. Note that /System/Library/Frameworks/AppKit.framework/ Resources/

Re: interpretKeyEvents not handling HOME and END keys?

2009-03-06 Thread Sean McBride
On 3/6/09 1:37 PM, Eric Gorr said: >If it is a bug that NSResponder does not have a >scrollToBeginningOfDocument or scrollToEndOfDocument, I can file a bug >report. IMNSHO yes. Note that /System/Library/Frameworks/AppKit.framework/ Resources/StandardKeyBinding.dict contains items with those name

Re: interpretKeyEvents not handling HOME and END keys?

2009-03-06 Thread Eric Gorr
On Mar 6, 2009, at 1:29 PM, Sean McBride wrote: On 3/6/09 11:46 AM, Eric Gorr said: I found this old thread: http://lists.apple.com/archives/cocoa-dev/2004/Sep/msg00161.html which discusses the same problem I am currently experiencing. On 10.5=3F I don't know when it started, but the hom

Re: interpretKeyEvents not handling HOME and END keys?

2009-03-06 Thread Sean McBride
On 3/6/09 11:46 AM, Eric Gorr said: >I found this old thread: > >http://lists.apple.com/archives/cocoa-dev/2004/Sep/msg00161.html > >which discusses the same problem I am currently experiencing. On 10.5? I don't know when it started, but the home and end keys 'do the right thing' with NSTableVie

interpretKeyEvents not handling HOME and END keys?

2009-03-06 Thread Eric Gorr
I found this old thread: http://lists.apple.com/archives/cocoa-dev/2004/Sep/msg00161.html which discusses the same problem I am currently experiencing. As near as I can tell, interpretKeyEvents: does not call any method to handle these key presses. Has something changed that I am unaware of