Re: performKeyEquivalent called twice for some key strokes

2013-09-01 Thread Leonid Romanov
On Aug 26, 2013, at 7:48 PM, Allan Odgaard wrote: > On 26 Aug 2013, at 17:35, Ken Thomases wrote: > >> On Aug 23, 2013, at 8:17 AM, Leonid Romanov wrote: >> >> > Pressing "Command +" results in two -performKeyEquivalent calls […] >> […] I'm not familiar with this particular one […] > > I beli

Re: performKeyEquivalent called twice for some key strokes

2013-08-26 Thread Allan Odgaard
On 26 Aug 2013, at 17:35, Ken Thomases wrote: On Aug 23, 2013, at 8:17 AM, Leonid Romanov wrote: > Pressing "Command +" results in two -performKeyEquivalent calls […] […] I'm not familiar with this particular one […] I believe the OP pressed ⌘= which is resent as ⌘+ because Apple show ⌘+ /

Re: performKeyEquivalent called twice for some key strokes

2013-08-26 Thread Ken Thomases
On Aug 23, 2013, at 8:17 AM, Leonid Romanov wrote: > Pressing "Command +" results in two -performKeyEquivalent calls. Here is a > stack trace snippet for the first call: > > 1 AppKit 0x7fff903da2f9 -[NSView > _performKeyEquivalent:conditionally:] + 41 >

performKeyEquivalent called twice for some key strokes

2013-08-26 Thread Leonid Romanov
Hello, Pressing "Command +" results in two -performKeyEquivalent calls. Here is a stack trace snippet for the first call: 1 AppKit 0x7fff903da2f9 -[NSView _performKeyEquivalent:conditionally:] + 41 2 AppKit 0x