You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't happy with the delay in keystrokes when I was recording macros. There are some cases where I would want the delay to be minimal between keypresses (but still have a slight delay built in). I built my own version as a test and I was happy with the result. I think the correct way to implement it though would be as a config setting. Would you want to add something like this?
The text was updated successfully, but these errors were encountered:
I was also unhappy with the typing speed. Then I saw that the default in /etc/sidewinderd.conf is to record the delays.
Change to
capture_delays = false;
and restart service
I wasn't happy with the delay in keystrokes when I was recording macros. There are some cases where I would want the delay to be minimal between keypresses (but still have a slight delay built in). I built my own version as a test and I was happy with the result. I think the correct way to implement it though would be as a config setting. Would you want to add something like this?
The text was updated successfully, but these errors were encountered: