MouseJiggler

In KMK there is a module called Mouse Jiggler which allows you to "periodically jiggle the mouse cursor, keeping the host system from idling or sleeping." It works really fine, since the keyboard sends HID commands to move the mouse and all apps in Windows recognize the movement. But what if I do not have my keyboard around me all the time? can't I just make an script to jiggle the mouse? ...

March 14, 2026 · 2 min · 348 words · Me

Automating with Python: A start

I remember once hearing "No matter what you do for living, learn a programming language it will ease your life." Although, using Linux takes you to a long trip of practicing scripting with bash, I was never really into programming (still not, eventhough I would have liked at some point). From my school years, I think the first programming language I was in touch with was C++ in highschool. ...

October 29, 2023 · 5 min · 1032 words · Me