jarusll / keydogger

Keydogger is a tiny text expander written in C
MIT License
111 stars 5 forks source link

Is it possible to have a delay of two keys which are output? #5

Open mitvitaminen opened 4 days ago

mitvitaminen commented 4 days ago

Is it possible to add a sleep somehow? lets say I have keydogegrrc with following content:

q=aw

but I want a one second or 10ms delay in between the output of "a" and the "w".

How can I achive this. sleep 5 in between does not work so I was wondering if this is possible or not already.

Anyways keydogger works great as macro on linux machine for diablo 4 using geforcenow so big thanks for your work really really easy to use. TWO THUMBS UP keep up the good work. kind regards Chris

jarusll commented 3 days ago

I can make the delay configurable but that would mean it will apply to all expansions.