I’m not sure what I’m doing wring here, and since I haven’t had a chance to test this code on Windows or Linux, I’m not sure if this is just something cocoa related (using the latest tip).
I have a really simply set up, just a DialogWindow, which is an ApplicationCommandTarget, and a content component, which is also an ApplicationCommandTarget.
The dialog window offers a command which is key mapped to F10, and that works fine.
The content component also offers a command, which is key mapped to F1. The key map works, I.E. the action is performed, but when I hit F1, or if I select the corresponding menu item, I also hear the system bell.
I can’t for the life of me imagine what’s going to be different about the dialog window, and the content component. Any ideas why I’m hearing an alert chime here?