我正在使用运行OS X 10.7.5的2012 Retina Mac Book Pro。我是Windows高级用户和OS X新手。 我在Windows中知道的许多键盘和鼠标快捷方式在OS X中具有功能等同。我发现在Windows中特别有用的功能是能够中键单击以关闭选项卡(适用于Firefox,Chrome,Visual Studio)。这使用户不必明确地单击选项卡的“X”图标。 是否有魔术触控板点击相当于中键单击Windows鼠标?
我不再可以使用AppleScript在特定选项卡中打开URL。我尝试以下代码未成功: set URL of tab 1 to "https://" 和 set myLink to "https://" tell application "Google Chrome" activate tell front window to make new tab 1 with properties {URL:myLink} end tell 两者均未执行所需的操作。 问题 为了完成此任务,我需要更改代码中的哪些内容?