Re: Read Keyboard

2011-11-03 Thread koko
Well, the problem was that stellar Dev Env XCode 4.2 ... it quit writing NSLog out put to the degugger console ... so since I did not see my log of 'keydown" I thought it was not being called ... yeah I am stupid for not setting a break point but I don't wear a belt with suspenders either. I lo

Re: Read Keyboard

2011-11-03 Thread koko
I agree there is a bigger problem if NSResponder's or NSWindow's -keyDown: is not being called. But, I just want to get done and if NSResponder's -flagsChanged: will get the job done, then great! Thx. -koko On Nov 3, 2011, at 11:39 AM, Conrad Shultz wrote: > I assume you mean that keyD

Re: Read Keyboard

2011-11-03 Thread Conrad Shultz
I assume you mean that keyDown: is not called if _only_ a modifier key is pressed. If it's not called for any key press then you have bigger problems. To answer your question, the method you are looking for is NSResponder's -flagsChanged:. (Sent from my iPad.) -- Conrad Shultz On Nov 3, 2011