[Mono-osx] [MonoMac] Key equivalents for buttons, return key doesn't work?

Andrew Brehm ajbrehm at gmail.com
Wed Dec 8 18:14:32 EST 2010


On Wed, Dec 8, 2010 at 10:11 PM, Miguel de Icaza <miguel at novell.com> wrote:
> Hello,
>
>> I am working on a small MonoMac application and noticed that I cannot quit
>> the application (it just hangs) when one of the buttons in MainWindow.xib
>> has the return key (or any combination with it) assigned to it as key
>> equivalent. (Assigning the escape key works.)
>>
>> Is this a known problem or something that just happens to me?
>
> If you could post a simple test case, we could look into it.
> Miguel

http://www.netneurotic.net/bin/ReturnKeyTest.zip

It only happens when MainWindowController has a method windowWillClose
and is delegate for MainWindow AND when the button has the return key
assigned to it as its key equivalent.


More information about the Mono-osx mailing list