GithubHelp home page GithubHelp logo

xiaersi / myhotkey Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 14.15 MB

my tools set create by AutoHotkey

License: Apache License 2.0

AutoHotkey 58.10% HTML 38.77% VBScript 0.18% Batchfile 0.01% CSS 1.98% JavaScript 0.69% Vim Script 0.27% C++ 0.01%

myhotkey's Introduction

Author: teshorse [email protected]


root.cfg 有且只有一个, 只能放在myhotkey根目录, 目的使程序能准确找到该目录位置

  • 文件类型说明

    ahk		是AutoHotKey默认的脚本文件, 可以直接运行
    aik 	与AHK完全一样, 只是将其扩展名改成了AIK, 目的是让其无法双击直接运行
    		它只能被AHK include了, 因此像函数, 功能模块之类的就放置在此类文件中
    
    inc		与aik一样, 用来被include
    ini/cfg	配置文件
    cjp		我自己的文本文件, 用来记录更新/说明等等
    
  • 目录说明

    inc		只有函数,供其他模块使用
    lib		功能模块,供用户选择使用
    AWin	针对特定窗口、程序的功能模块,供用户选择使用。
    bin		是相对独立的可执行程序集合,可以是自己写的脚本程序
    		可以双击打开运行,也可以通过AHK调用执行。
    Users	用户账号文件夹,每个子文件夹对应一个账号。
    word	通用全局词库
    learn	资料、笔记、经验、想法、教程等
    Del		回收站
    
  • GUI窗口序号

    Gui4	"添加运行命令到配置文件"窗口
    Gui5	"设置发件箱服务器信息"窗口
    Gui6	"准备发送邮件"窗口
    Gui7	"我的InputBox"窗口
    

myhotkey's People

Contributors

xiaersi avatar

Watchers

 avatar  avatar

Forkers

lixinduancheng

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.