Skip to content

Nolonar/FocusTest

Repository files navigation

FocusTest

Keeps track of Windows apps that have focus.

Project Build status Latest release
FocusTest .NET Core Desktop Binaries

Requirements

  • .NET Core Desktop Runtime 3.1 or later (64 bit | 32 bit)
  • Windows (only Windows 10 tested). FocusTest uses Windows APIs to detect change in focus and retrieve the PID (Process ID) associated to the window that received focus.

How to use

  1. Launch FocusTest
  2. Work as usual
  3. FocusTest will list all apps that have taken focus since it launched (newest apps with focus are on top)
    Screenshot of FocusTest
  4. Compare PID with Task Manager (Ctrl + Shift + Esc)
    Screenshot of Task Manager

How to build

Requirements

  • Visual Studio Community (not to be confused with Visual Studio Code)
  • .NET Core SDK 3.1 or later

Simply open the FocusTest.sln file with Visual Studio, then click on "Build" > "Build Solution". The binaries will be located in \bin\Debug or \bin\Release.

About

Keeps track of Windows apps that have focus.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages