Posts tagged NSResponder

NSTextViewにCommand Paletteをつける

Cocoa勉強会2019/09/11の資料。

Read more ...


Responder chainの表示

パレットに、first responder からの responder chain を表示する。 デバッグ用。

../../_images/ResponderChain.png

Read more ...


キーボードショートカットキーの拡張

MacOSの⌘キーを使ったショートカットシステムに、擬似モードの概念を取り入れる事でショートカットキーの機能を拡張する方法を考えてみる。

../../_images/cmdKeyMode.png

Read more ...