Is there a way to set default waiting time to `Get` coordinates from 5 seconds to 3 seconds?

Different actions have different default timeouts. Default timeouts for actions that are expected to last a long time in normal operation (eg Pause Until) have a default 99 hour timeout (basically practically infinite).

There is no defaults write to adjust this default on a per-action basis. You could use the KMFAM or otherwise save a default action (eg in a Named Clipboard).

1 Like