Takdrift
Takdrift
> I made some debugging and I discovered the following: > > * the format of the two Preferences files (Monterey and Big Sur) are different, that's where the code...
有点奇怪,今天这个现象就消失了 logi option的平滑我是关掉的,不过我在用Mos 我再观察一段时间看看会不会复现,谢谢你的回复😊
try `open "/Applications/Microsoft Edge.app"`
@Antiky 碰到相同的问题,兄弟有什么解决方案吗?
> 用{CAPSLOCK}设为大写模式然后把之后要输出的字母大小写反置一下键入,再{CAPSLOCK}回来 非常感谢@YXuuan 的解答,不过在这个方法不适用于初始状态为大写英文的情况,具体测试如下: 目标输出:"UPPERlower" 下面是相应的输出结果,在初始状态为大写英文时{CAPSLOCK}不能按照预期输出 - 中文输入法状态:UPPERlower (按键序列:{CAPSLOCK}upperLOWER{CAPSLOCK}) - 小写英文状态:UPPERlower (按键序列:{CAPSLOCK}upperLOWER{CAPSLOCK}) - 大写英文状态:upperLOWER (按键序列:{CAPSLOCK}upperLOWER{CAPSLOCK}+) > 注:大写英文状态的按键序列增加一个+ (Shift键)是因为不按shift时输出停留在中文输入法的状态
> 因为需要频繁输入固定的文本,之前win版可以通过文本序列的方式实现。 > > 不知道mac版有没有什么办法可以实现,若目前没有,希望后续更新的时候添加,谢谢! 已经解决,如果想输入hello,实现方式是将下面的代码输入到Script里: ``` osascript
same issue here, any solution now? Thank u for ur great work! > Thanks for all the information. I have some ideas for how to perhaps fix this. Working on...