Code Monkey home page Code Monkey logo

strokesplus's Introduction

#StrokesPlus 说明文档

StrokesPlus 是我用过的最好的完美支持win8 的全局手势了。下面给出一些相关链接 StrokesPlus官网官方下载地址StrokesPlus详细定制教程卡饭贴我的配置文件说明卡饭贴 下面是我的自用设置以及一些具体代码

###我的配置文件

###主要自写代码有如下几个:

  • AutoScroll 自动滚屏,每次滚动一个屏幕。要手势激活,默认鼠标移动到桌面左侧(大概一个Win8任务栏宽度)可退出激活状态,可自己按需修改

  • Clip2OneNote 发送到 OneNote 包括两个版本,一个要设置路径,一个不需设置路径

  • OpenInGoogleWebeCache 用谷歌快照功能打开网页

  • OpenLink_NewTab 新建标签或者新标签后台打开链接

  • OpenLink_SearchText 搜索选中内容或者新标签前台打开链接

  • OpenWithOtherBrowser 使用别的浏览器打开当前网页,这里用IE举例,其它任意浏览器皆可

  • ScrollWithMouse 划手势激活,光标移到滚动条滑块即可拖动鼠标进行自由滚动,鼠标移到桌面底部退出激活状态,可自己按需修改。**特别注意由于采用了滚动块颜色判定,**所以如过使用自定义滚动条要自己修改颜色代码

  • SearchInWebsite 站内搜索,不知道什么原因,只能用于Firefox,默认用的是谷歌引擎

  • Shutdown 关机

  • SupperForwardSupperBack 前进、后退,外加了模拟键盘左右方向键

  • JSTools Firefox上调用小书签代码的模板,不过要配合启用地址栏可运行代码才行,可通过扩展(比如tab_utilities) 或脚本(uc脚本)总在当前标签页打开Bookmarklet,代码为:

        eval("openLinkIn = " + openLinkIn.toString().replace(/(?=if \(where == "save"\))/, 'if (url.substr(0, 11) == "javascript:") where = "current";').replace(/(?=var loadInBackground)/, 'if (w.gBrowser.currentURI.spec == "about:blank" && !w.gBrowser.mCurrentTab.hasAttribute("busy")) where = "current";'));
    

###所有功能效果图

strokesplus's People

Contributors

defpt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.