Looking for a Program to Automate Writing and Erasing Every Few Seconds

I work in an online job where there’s a program that starts recording time as “non-working” if I don’t type anything for nine seconds. The issue is that sometimes I need to do research, and the WiFi connection can be slow. I’m wondering if there’s a program that could automate the process of writing and then erasing text every few seconds, so I don’t reach that nine-second mark and get flagged for not working.

Any suggestions or solutions would be greatly appreciated! Thank you! :heart_hands:

You can use AutoHotkey, This free and open-source scripting language allows you to create custom macros. You could create a script that types a specific phrase or character every few seconds, then deletes it immediately. :melting_face: