Skip to content

2024.9.4 - Action config

Latest
Compare
Choose a tag to compare
@IGalat IGalat released this 24 Sep 13:44
· 40 commits to master since this release

Major changes:

Action Config: specify it on a Tap or a Group, and it will be respected by all tapper functions in that Tap/Group.
For now, has 2 configs:

send_interval: float - time between keystrokes in "send" command.
send_press_duration: float - time between key press and release in "send" command.

These can be specified per send, otherwise inherited from Tap,
then closest Group and up the chain to the root.

Minor changes:

Force close window now accepts a delay, and tries regular close first,
and only force after the delay, if window's still there.

Used mss lib for screenshots, for speed.

conditions now can be added as separate method to Tap ot Group, as opposed to args in constructor.

System tray now disappears when termination is invoked on Windows.

suppress_trigger now accepts True/False, not just internal enum values.

Fixes:

.pyw script not restarting correctly

pixel_wait_for method in util