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.
Ctrlユーザーが+をクリックしたときの変更された動作を実装するにはどうすればよいですかA(すべて選択)。イベントを変更しようとしkeyDown:ましたが、イベントをキャッチしていないようです。
keyDown:
⌘</kbd>+A is generally mapped to selectAll: on the first responder. You should be able to simply implement the selectAll: method on any responder in the chain and it'll "just work".
selectAll: