jonaskohl / CapsLockIndicator

A small utility that indicates the state of the Num lock, Caps lock and Scroll lock key.
https://cli.jonaskohl.de/
Apache License 2.0
346 stars 44 forks source link

Remove TopMost setting to prevent overlay stealing focus #21

Closed Wanyal closed 5 years ago

Wanyal commented 5 years ago

The ShowWithoutActivation and CreateParams properties of IndicatorOverlay prevent focus being taken by the overlay, however, the TopMost property of the form is preventing these from working as intended.