Finder列视图修改活动列的宽度

时间:2012-09-05 07:48:45

标签: c++ xcode macos applescript finder

在OSX(Applescript,C ++等)编写的任何语言中都有一种方法吗? 当你正确的时候,我可以在上下文菜单中访问该功能(调整列宽) 单击Finders列中滚动条底部的两行 查看(AXMenu-> AXMenuItem)? 如果双击这两行,也会发生同样的情况。

因为我想要的是以某种方式获得这个功能的快捷方式“超快 - 取景器的工作流程”。

1 个答案:

答案 0 :(得分:0)

来自Finder Applescript Library:

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不包含访问您正在寻找的设置的方法