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 の keyEquivalent をクリアするにはどうすればよいですか?
私はもう試した:
[theButton setKeyEquivalent:nil];
しかし、それは正しくないようです!ありがとう
探しているコマンドは次のとおりです。
[theButton setKeyEquivalent:@""];