hotklicker

Crates.iohotklicker
lib.rshotklicker
version0.1.0
sourcesrc
created_at2023-05-29 00:49:51.701157
updated_at2023-05-29 00:49:51.701157
descriptionHotkey auto clicker created with Rust
homepage
repositoryhttps://github.com/AloizioMacedo/hotklicker
max_upload_size
id876845
size26,515
Aloizio Macedo (AloizioMacedo)

documentation

README

Introduction

Hotklicker is a software made in Rust that allows for setting hotkeys that will execute actions with the mouse.

Actions can be defined with great flexibility as a sequence of commands that move the mouse and can click with modifier keys.

An example of how to set up the hotkeys can be seen in this project's config.yml.

OBS: If a hotkey has a loop_delay attribute, the only way to end the loop with the current implementation by pressing ESC, not the same key that sets up the hotkey. This will kill the process and you must rerun it if you want to use another hotkey.

Commit count: 31

cargo fmt