Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSButtonコントロールがファーストレスポンダーの場合、に相当するキーを割り当てたいと思います。
NSButton
をオーバーライドbecomeFirstResponder:して、実装呼び出しで呼び出すことができますsetKeyEquivalent:。ボタンがファーストレスポンダーのステータスを失ったときに同等のキーを削除する場合は、をオーバーライドしますresignFirstResponder:。
becomeFirstResponder:
setKeyEquivalent:
resignFirstResponder: