Skip to content

tnthung/Mouse-Clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mouse Clicker

Simple mouse clicker

How to use

Change shortcuts

Find following section and you change shortcut keys here.

# Shortcuts
QUIT_KEY     = Key.scroll_lock
TOGGLE_KEY   = Key.pause
INCREASE_KEY = Key.up
DECREASE_KEY = Key.down
BUTTON_LEFT  = Key.left
BUTTON_RIGHT = Key.right

Increase/decrease speed

Press the INCREASE_KEY or DECREASE_KEY to increase/decrease speed.

Change button

Press the BUTTON_LEFT or BUTTON_RIGHT to change button.

Toggle mouse clicker

Press the TOGGLE_KEY to toggle on/off.

Quit

Press the QUIT_KEY to quit.

About

Simple mouse clicker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages