Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 722 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 722 Bytes

Slacker

.NET Framework

An app to prevent PC from going to sleep while AFK. Can be used to force Online/Available status on communication programs like Teams. Simulates key strokes on set interval. Time interval and key pressed can be set, as well as the ability to use only KeyUp or full KeyPress events.

By default invokes F15 KeyUp every 59 seconds.

Uses simple WPF UI, Threads, WinForms Notification Icon, a Timer, Registry to save settings and user32.dll for winapi calls.

Inspired by Caffeine