Coder Social home page Coder Social logo

click_automatically's Introduction

  1. 按键的配置文件为config.ini,一个时间点按下若干按键,修改config.ini文件来配置
  2. 时间,按键和次数都是可以改的,改完config.ini保存之后重新运行click.exe程序,记得运行程序之后要点一下需要点击的页面

配置文件举例:

[item1]
time = 10:59:40
key1 = up,2
key2 = down,5
key3 = enter,1

多个时间点依次为item1、item2、item3,以此类推, 一个时间点item1下

  • time是执行的时间
  • key1是第一个按下的键,up是上方向键,按下2次
  • key2是第二个按下的键,down是下方向键,按下5次
  • key3是第三个按下的键,enter是回车键,按下1次

以此类推

按键对应关系如下:

  • 上方向键对应单词up
  • 下方向键对应单词down
  • 左方向键对应单词left
  • 右方向键对应单词right
  • 回车对应单词enter
  • 空格对应单词space
  • shift对应单词shift
  • Ctrl对应单词ctrl
  • Alt对应单词alt
  • Tab对应单词tab
  • Esc对应单词esc

二十六个字母

  • 用小写字母abcdefghijklmnopqrstuvwxyz

数字

  • 1234567890

click_automatically's People

Contributors

idlewith avatar

Watchers

James Cloos avatar otfsenter 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.