11 2022 档案

摘要:https://www.roomeqwizard.com/ https://www.youtube.com/watch?v=Ts0IamAIFb8 https://www.youtube.com/watch?v=KoJOOXofrbM https://www.youtube.com/watch?v= 阅读全文
posted @ 2022-11-27 12:07 hh9515 阅读(29) 评论(0) 推荐(0)
摘要:1. 在MIDI setup中设置 2. 点击+,create multi-output device 阅读全文
posted @ 2022-11-26 18:14 hh9515 阅读(204) 评论(0) 推荐(0)
摘要:https://support.apple.com/zh-cn/guide/mac-help/mh35474/12.0/mac/12.0 注意看系统版本 根据对应版本来操作 阅读全文
posted @ 2022-11-23 23:18 hh9515 阅读(78) 评论(0) 推荐(1)
摘要:https://juejin.cn/post/6932736907830886413#heading-4 阅读全文
posted @ 2022-11-16 12:25 hh9515 阅读(17) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/D516701881/article/details/107421940 阅读全文
posted @ 2022-11-11 11:12 hh9515 阅读(37) 评论(0) 推荐(0)
摘要:https://macscripter.net/ 阅读全文
posted @ 2022-11-06 02:09 hh9515 阅读(11) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/7681418/un-minimizing-an-app-with-applescript try tell app "System Events" to tell process "Dock" click (last UI e 阅读全文
posted @ 2022-11-06 00:33 hh9515 阅读(29) 评论(0) 推荐(0)
摘要:1.4 finger swipe down 是cmd+m 2. 3 finger doubletap是cmd+tab (注意这里用applescript去触发,而不是直接用btt中的快捷键,是为了触发context的效果 tell application "Dictionary" to if it 阅读全文
posted @ 2022-11-05 23:53 hh9515 阅读(104) 评论(0) 推荐(0)
摘要:https://stackoverflow.com/questions/3690167/how-can-one-invoke-a-keyboard-shortcut-from-within-an-applescript 如果想触发tab的话,就把引号去掉, 比如这样来触发command+tab te 阅读全文
posted @ 2022-11-05 23:21 hh9515 阅读(282) 评论(0) 推荐(0)