mcmonkeyprojects / KeyboardChatterBlocker

A handy quick tool for blocking mechanical keyboard chatter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable when using full screen application

tylerbarna opened this issue · comments

A toggle to disable the program when there's an application full screen would be nice since some games aren't listed in the dropdown menu

Added this in Release 1.14.

There's a checkbox for Auto Disable If Any Fullscreen under the Auto Disable Programs list.
There's a corresponding config file entry as well of course.

It uses the Windows Shell Notification API to determine whether there's currently any fullscreen application, and as such may potentially fail to detect when Windows notification settings are altered, or an application does not run in "real" fullscreen (like "borderless window fullscreen").