Releases: konkitoman/autoclicker
Releases · konkitoman/autoclicker
Release 0.2.3
Fixing #19
- Added check in the dialog for cooldown, if the cooldown is less then 25 will be set to 25 in the dialog and a explanation will show.
Release 0.2.2
Release 0.2.1
- Added -T {lock_unlock_bind}
- Now when you choose a binding the input device will be grabbed
- Added run-legacy
- Removed the /dev/input/mice from the list.
- Split up the Device into InputDevice and OutputDevice
Release 0.2.0
- Now momentary presses are treated as presses #16
- FIX: grab mode was not working on a keyboard.
- Now will show all devices from
/dev/input
- Now you need to specify the bindings.
- Now when is start running will print "Using args:
{args}
" the args can be used as the args when starting a new instance. - Now -D {device_query} if it starts with / will be used to open the device with that path.
Release 0.1.8
0.1.7
Release 0.1.6
Release 0.1.5
- Now will grab the input device and emulate unused events
Release 0.1.4
Changelog 0.1.4
- now we have cooldown between press and release.
- now we use clap, by @Dragnansia
- update base64, by @Dragnansia
Release 0.1.2 and 0.1.3
Changelog 0.1.2
A new revision after 2 years!
- now will not crash if an argument is invalid
- now will read correctly the cache
- now will show on start what binds you have
- now when has --find-keycodes will display the key name if has one
- fix clippy warnings
Changelog 0.1.3
- now will not crash if has no cache when has --clear-cache
- now will show the current state and will beep when is changed
- now we have --no-beep to not emit a beep when the stat is changed
- now the code is a little cleaner
- now will tell you if an argument is invalid
- now will show the cooldown in ms by @Vilianexe