【问题标题】: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 似乎不包含访问您要查找的设置的方法