Troubleshooting
Common issues and their solutions.
Panel Not Appearing
"F2 doesn't do anything"
Check Accessibility permission:
- System Settings → Privacy & Security → Accessibility
- Ensure OnText is enabled
- Check if OnText is added to the list — if not, add it manually
Verify OnText is running:
- Look for OnText icon in menu bar
- If not visible, launch OnText from Applications
Check for excluded apps:
- Preferences → General → Excluded Apps
- Remove the current app from exclusion list
"Panel appears but actions don't work"
Test with a simple action:
- Try the default "Copy" action
- If Copy works, the issue is with your custom action
Custom Actions Not Working
"URL action doesn't open"
Check URL format:
- Must include scheme (
https://,raycast://, etc.) - Special characters are automatically URL-encoded
"Shell script doesn't execute"
Test in Terminal first:
# Copy your script and run it in Terminal
echo 'test text' | your-command-here
Check for syntax errors:
- Unescaped quotes
- Missing commands
Debugging tips:
- Add
echostatements to see what's happening - Redirect output to a file:
your-command > /tmp/debug.log 2>&1 - Check if required tools are installed (e.g.,
python3,jq)
"AppleScript shows permission error"
Grant automation permission:
- System Settings → Privacy & Security → Automation
- Enable access for OnText to control other apps
Getting Help
If your issue isn't listed here:
- Check FAQ for more answers
- Email us at ontext.help@gmail.com
- Report a bug at Bug & Request
When reporting issues, please include:
- macOS version
- OnText version
- Steps to reproduce
- Any error messages