【问题标题】:Finder column view modify width of active columnFinder 列视图修改活动列的宽度
【发布时间】:2012-09-05 07:48:44
【问题描述】:

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

因为我想做的是以某种方式获得此功能的快捷方式,以实现“超快- finder-workflows”。

【问题讨论】:

    标签: c++ xcode macos applescript finder


    【解决方案1】:

    来自 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 似乎不包含访问您要查找的设置的方法

    【讨论】:

      猜你喜欢
      • 2018-05-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-10-08
      • 1970-01-01
      • 2012-08-23
      • 2014-12-23
      相关资源
      最近更新 更多