performMnemonic:
Handle a mnemonic.
Declaration
- (BOOL) performMnemonic:(NSString *) string;Parameters
- string:
A string containing mnemonic character code or codes.
Discussion
Orverride to respond to mnemonics. If the character code or codes in string match the receiver’s mnemonic, the receiver should perform the mnemonic and return true. The default implementation does nothing and returns false. Mnemonics are not supported in macOS.