- didCommandBySelector:client:
Processes a command generated by user action such as typing certain keys or pressing the mouse button.
Availability
Technology
- (BOOL)inputText:(NSString
*)string
client:(id)sender;
string
The key down event, which is the text input by the client.
sender
The client object sending the key down events.
YES
if the input is accepted; otherwise NO
.
An input method should implement this method when using key binding (that is, it implements did
).
- didCommandBySelector:client: