Re: NSAlternateKeyMask is not working

2009-08-22 Thread Andrew Farmer
On 20 Aug 2009, at 04:54, Nikhil Khandelwal wrote: In my application I am setting shortcut key for a menu item as [Menuitem setKeyEquivalentModifierMask:NSAlternateMask]; [Menuitem setKeyEquivalent:@1]; But it is not working with alt key though it is working fine if I press Fn + option + 1

NSAlternateKeyMask is not working

2009-08-20 Thread Nikhil Khandelwal
HI All, In my application I am setting shortcut key for a menu item as [Menuitem setKeyEquivalentModifierMask:NSAlternateMask]; [Menuitem setKeyEquivalent:@1]; But it is not working with alt key though it is working fine if I press Fn + option + 1 or control + option + 1. Is option key is not