BETextInput.h
key down phrase (case variants)key down phrase (lowercase)
SHA-25672bfc515cbeda58ea695769e11aff4847735bf4712a12838c7fc86584bdacdf1
MaleculeO(Co)
Evidence
193/**
194 * Delegates the handling for each stage of a key event (key down, press, up) and allows the BETextInput object to indicate whether it should prevent default system behaviors.
195 */
196- (void)handleKeyEntry:(BEKeyEntry *)entry withCompletionHandler:(void (^)(BEKeyEntry *theEvent, BOOL wasHandled))completionHandler NS_SWIFT_NAME(handleKeyEntry(_:completionHandler:));
219 * Deletes text by the specified direction and granularity. Current supported combinations include:
220 *
221 * character backward = delete
222 * character forward = delete-forward
223 * word backward = option + delete