osx词典应用程序有3个手指点击任何单词,查找窗口作为结果。
我想将网络模块添加到dictionary.app(例如urbandictionary),根据https://apple.stackexchange.com/questions/96066/is-it-possible-to-add-other-networked-sources-to-the-apple-dictionary-program我不能。
因此,如果词典模块不可用,我想完全覆盖3个手指点击并显示我自己的弹出窗口而不是dictionary.app。 http://www.bettertouchtool.net/做到了。我想在光标下捕获单词,所以我可以在我的应用程序中查找它。
我该怎么做?