Re: Controls & Key Equivalents
Eric Gorr <[email protected]> Mon, 22 Nov 2010 19:24:43 -0500
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Nov 22, 2010, at 7:16 PM, Kyle Sluder wrote: > On Mon, Nov 22, 2010 at 2:56 PM, Eric Gorr <[email protected]> wrote: > >> In Cocoa, one is allowed to assign key equivalent to controls like Push Buttons. The default implementation of a Push Button does not provide any way to display to the user what that key equivalent is. >> >> If you have seen any application which does display what that key-equivalent is, I would be interested in learning what they did. One person mentioned elsewhere that they seemed to recall Mac OS used to show key equivalents of the Don't Save, Cancel, Save buttons when the user held down the command key. I too seem to have a vague memory of that, but, Apple seems to have dropped that particular UI design a long time ago. >> >> If you still wanted further context for the original question, consider a push button on a modal dialog. > > WHAT does your button DO? I don't always know. But, perhaps, bring up another dialog. It may not always be a Push Button, but a check box that would enable or disable functionality elsewhere in the application. The goal is to provide a shortcut to the functionality, making it unnecessary for the user to click. > But the whole point is really moot. Just don't assign key shortcuts to > nonstandard buttons. They're a holdout from NEXTSTEP. Interesting. So, you would consider the functionality deprecated or argue that it should be considered deprecated?