KeyCode to Character mapping

2012-01-24 Thread Akhil Jindal
cording to the keyboard plugged-in, irrespective of the IME. I've tried a lot of ways but am somehow not able to get it right. Anyone knows a way I could do this? Or is my understanding of how keyboard shortcuts are supposed to work with different IME's and keyboard layouts a bit flawed

Re: KeyCode to Character mapping

2012-01-25 Thread Akhil Jindal
On Wed, Jan 25, 2012 at 1:24 PM, Ken Thomases wrote: > On Jan 24, 2012, at 1:30 AM, Akhil Jindal wrote: > > > I am developing a desktop application on cocoa and am trying to handle > the > > menu keyboard shortcuts on my own. > > That's weird. Why? Maybe your r

Re: KeyCode to Character mapping

2012-01-25 Thread Akhil Jindal
On Wed, Jan 25, 2012 at 5:09 PM, Ken Thomases wrote: > On Jan 25, 2012, at 5:03 AM, Akhil Jindal wrote: > > > On Wed, Jan 25, 2012 at 1:24 PM, Ken Thomases > wrote: > > > >> What are you passing in for the modifiers? I would expect that passing > in cmdKeyB

Trying to capture raw touch events on the trackpad

2012-07-27 Thread Akhil Jindal
getting any calls in any of the above functions*. I keep getting calls in mouseMoved, mouseEntered, but not any touch messages. Am I missing something? Kindly help. Regards, Akhil Jindal ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Plea

Figuring out which NSView to send an event to

2012-09-04 Thread Akhil Jindal
t its subviews. But that returns me an empty array :( Any pointers? -Akhil Jindal ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admi

Checking if mouse event was generated by touch

2012-11-28 Thread Akhil Jindal
ual mouse. Thanks, Akhil Jindal ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Sub

Re: Checking if mouse event was generated by touch

2012-11-30 Thread Akhil Jindal
AM, Akhil Jindal wrote: > > > I want to check whether the mouse event received was generated through > > an actual mouse, or through a touch(possibly on an external direct > > touch display attached to the machine(like the Wacom Cintiq)). > > > > > > > >