I use a bluetooth keyboard to connect into my app in iPad. I use it to type on UITextView or UITextField. And now I need to detect if user tap Command + Z button from that bluetooth keyboard. Is that any event of notification to get detect this? I have read this NSEvent addGlobalMonitorForEventsMatchingMask: Hotkey Intercepting it use NSEvent
, but I dont think I can use it in iPad app. Can somebody point me what i have to do?
Thank you :)