添加搜狗云输入法

39 Comments

搜狗云输入法已经出来了一段时间,一开始就觉得是个累赘,现在也觉得是。刚从Wopus上看到把搜狗云输入法放到博客里面的方法,效果还不错。不过这也只适合YY,实用性不强。 Wopus中的方法只支持IE内核的浏览器,Firefox下就不行了,自己改了改,也能在Firefox下运行。function sogou(e) { e = window.event || e; if (e.ctrlKey && e.shiftKey && e.keyCode == 81) { var n = navigator.userAgent.toLowerCase(); ie = n.index ... [继续阅读]