Skim通过Apple Script为选中文本添加特定颜色的高亮

一、代码编写

Skim的Apple Script维基页面
使用Mac的Script Editor编写以下代码:

tell application "Skim"
	activate
	
	tell document 1
		set theSel to (get selection)
		set theNote to make note with data theSel with properties {type:highlight note, color:deep pink}
	end tell
	
end tell

将编写好的脚本保存至/Users/$HOME/Library/Application Support/Skim/Scripts

二、为编写的Apple Script添加快捷键

Setting → Keyboard Shortcuts → App Shortcuts → 填写相关栏目
注意:填写的Menu Title需要与脚本名称相一致,如脚本名称为Spring Green Highlight.scpt,则需要填写为Spring Green Highlight
在这里插入图片描述

三、可以在Skim中使用快捷键调用Apple Script

选中文本,键入Command + 1,即可为选中文本添加高亮

  • 2
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值