1
mopig Sep 10, 2013
这样打码应该没什么用吧~ ^_^
|
2
Kangqiao Sep 10, 2013
继360之后腾讯也山寨了Alfred么?
呵呵. |
3
kevinzhow Sep 10, 2013
确实也没啥难度,如果能脱离QQ运行就最好不过了
|
4
dorentus Sep 10, 2013
同意楼上的。
搞不懂这个功能为啥要集成在 QQ 里面…… |
5
yolio2003 Sep 11, 2013
为嘛macqq有,win就跟进一个呗,企鹅做这个太合适了
|
6
angelface Sep 11, 2013
这个功能放在QQ里, 其实我觉得是挺怪的, 不知道MacQQ团队怎么想的, 因为已经有了Alfred了,甚至Spotlight都很好了。或许人家有其它意图。
|
9
yuelang85 Sep 12, 2013
我只想知道怎么能关掉这个破洞系
|
10
benyur Sep 12, 2013
我只用QQ 1.4,绝不升级。
|
11
anguskwan Sep 12, 2013
求入群
|
12
anson0370 Sep 12, 2013
唉 QQ 这个功能实在太蛋疼了而且还不能关闭,虽说快速发起聊天挺好用的但我更希望是有一个 alfred workflow 来干这件事啊
|
15
1000copy Feb 24, 2014
it is driving me crazy .我只想关闭它。 关闭方法:http://superuser.com/questions/665383/what-is-swiftly-on-mac-it-is-driving-me-crazy.
|
17
walkerwzy Feb 16, 2016
写一 个 alfred 的 workflow: chat 朋友名 呼出
on alfred_script(q) tell application "System Events" set isQQRunning to exists (processes where name is "QQ") end tell if not isQQRunning then tell application "QQ" to launch delay 0.5 end if tell application "QQ" to activate --- activates QQ tell application "System Events" tell process "QQ" --- implying QQ is already activated key code 3 using {command down} --- send cmd+F to Sparrow invoking search keystroke q --- enter the query end tell end tell end alfred_script |