1

Finders のスクロールバーの下部にある 2 行を右クリックすると、OSX 用に記述された言語 (Applescript、C++ など) で、コンテキスト メニューの機能 (列幅を調整) にアクセスできる方法はありますか?列ビュー (AXMenu->AXMenuItem)? 2 本の線をダブルクリックしても同じことが起こります。

私がやりたいのは、「超高速ファインダーワークフロー」のこの機能のショートカットをどうにかして取得することです。

4

1 に答える 1

0

Finder Applescript ライブラリから:

column view options: the column view options
properties
    text size (integer) : the size of the text displayed in the column view
    shows icon (boolean) : displays an icon next to the label in column view
    shows icon preview (boolean) : displays a preview of the item in column view
    shows preview column (boolean) : displays the preview column in column view
    discloses preview pane (boolean) : discloses the preview pane of the preview column in column view

Applescript には、探している設定にアクセスする方法が含まれていないようです

于 2013-07-30T21:32:17.150 に答える