The categorized app is not right here I think, but the diagnostic is correct: some app is blocking Secure Input preventing us from remapping Hyper Key.
You can get the actual app by running `pid=$(ioreg -l -w 0 | grep -o '"kCGSSessionSecureInputPID"=[0-9]*' | head -1 | cut -d= -f2) && [ -n "$pid" ] && ps -p "$pid" -o pid,comm= || echo "Secure Input not active"`
The usual suspects are 1Password (need to restart that app) or the login screen itself (need to logout/login)
@parkersmith@thomaspaulmann hi @parkersmith, do you mean Raycast Beta or macOS Beta?
Could you share a screenshot of the Hyper Key diagnostic tool (after clicking on green/red dot next to hyper key)?
@pa1ar@OpenAI@raycast@pa1ar for Raycast, it's probably a reindex for File Search. If it's like that for more than a minute (for me it takes about ~30s for 1 million files), share a report via Send Feedback command.
We're also working on visual cues to show when heavy work is ongoing within Raycast