Created
October 17, 2025 07:54
-
-
Save e-minguez/a3d3a0a5749b34834143611528c45b3b to your computer and use it in GitHub Desktop.
Get process blocking secure input as per https://support.logi.com/hc/en-us/articles/360023189334-Logitech-Options-and-Options-issues-when-Secure-Input-is-enabled
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ioreg -l -d 1 -w 0 | grep "kCGSSessionSecureInputPID" | awk -F'"kCGSSessionSecureInputPID"=' '{split($2,a,","); print a[1]}' | xargs -I {} ps -p {} -o comm= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment