Documentation

Troubleshooting

The four things most likely to go wrong, and how to fix them.

> Stub. Brief: `WISSPA_WEBSITE_PRD.md §6.7`. Source: `Wisspa/README.md` troubleshooting section. ## Nothing pastes after dictating Accessibility permission. Settings → About → Accessibility row should say *Granted*. If not, click *Open settings* and add Wisspa to the list. ## Keychain keeps asking for the password In dev, every Rust rebuild creates a fresh unsigned binary that macOS treats as a new app. Put your keys in `.env` while iterating. Production builds (signed) prompt once for *Always Allow*. ## Hotkey reassignment doesn't seem to register The Hotkeys tab temporarily unregisters all global shortcuts during capture so the webview can receive the key event. If you cancel without entering a combo, press `Esc` while capturing to clean up. ## Prompt mode "selected text" capture misses Some apps (Slack, Notion, certain browser tabs) take longer than the default 280 ms to write to the clipboard after a synthetic `Cmd+C`. Reliable for native apps and most editors; flaky for some web targets.