LoginSignup
3
3

More than 5 years have passed since last update.

Cocoa アプリキーボードショートカット(command + c など)

Last updated at Posted at 2016-03-02

こんにちは。
Cocoa アプリケーション開発で、キーボードショートカットの command + c などの実装は、普通は標準的装備なので意識する必要はないです。

しかし、Edit(編集)メニュー無しのアプリケーションでは、responder chain が切れている(?)ので、モーダルウィンドウのテキスト入力欄で command + c などが効きません。(matplotlib でファイル保存ダイアログのファイル名入力欄がこの例です)

下記に解決策が議論されていました。
Cocoa Keyboard Shortcuts in Dialog without an Edit Menu (Stackoverflow)

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3