ArchiSteamFarm icon indicating copy to clipboard operation
ArchiSteamFarm copied to clipboard

Make ASF console window flash on input request and stop flashing once provided

Open JustArchi opened this issue 2 years ago • 0 comments

Checklist

Enhancement purpose

OnInputStart() and OnInputEnd() in Logging.cs should call OS.FlashWindow() and OS.StopFlashingWindow() or something like that, which will signalize requirement of input.

Solution

https://stackoverflow.com/questions/2923250/is-there-a-way-to-make-a-console-window-flash-in-the-task-bar-programmatically

Why currently available solutions are not sufficient?

Console beeping is better than nothing, but we can utilize this windows-only function for better integration.

Can you help us with this enhancement idea?

Yes, I can code the solution myself and send a pull request

Additional info

If somebody likes to hack, feel free to send PR before I have time to get down to this.

JustArchi avatar Sep 06 '23 23:09 JustArchi