在编写一个简单的网站时,我有点烦恼,因为每次修改保存后都需要从代码编辑器切换到 Chrome 来刷新页面。
有没有办法分配一个全局快捷键来刷新当前的 Chrome 窗口/选项卡?
答案1
自动机
- 打开自动机并选择一个 New Document
- 选择Service
- 放服务接收到no input
- Run AppleScript从操作列表中选择操作。
- 将以下代码粘贴到脚本中:
tell application "Google Chrome" to tell the active tab of its first window
reload
end tell
- 保存服务,例如使用名称Chrome Refresh
系统偏好设置
- 打开系统偏好设置>键盘
- 在里面快捷方式选项卡,选择Services
- 分配新快捷方式