我使用蓝牙键盘连接到 iPad 中的应用程序。我用它在 UITextView 或 UITextField 上打字。现在我需要检测用户是否从该蓝牙键盘上点击 Command + Z 按钮。是否有任何通知事件可以检测到这一点?我已阅读此NSEvent addGlobalMonitorForEventsMatchingMask: Hotkey Intercepting it use NSEvent
,但我认为我不能在 iPad 应用程序中使用它。有人可以指出我必须做什么吗?
谢谢 :)
我使用蓝牙键盘连接到 iPad 中的应用程序。我用它在 UITextView 或 UITextField 上打字。现在我需要检测用户是否从该蓝牙键盘上点击 Command + Z 按钮。是否有任何通知事件可以检测到这一点?我已阅读此NSEvent addGlobalMonitorForEventsMatchingMask: Hotkey Intercepting it use NSEvent
,但我认为我不能在 iPad 应用程序中使用它。有人可以指出我必须做什么吗?
谢谢 :)