## Description
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] CI/CD changes
- [ ] Other (please describe):
## Privacy Checklist
- [ ] No key content (characters, key codes) is captured
- [ ] No absolute cursor coordinates are captured
- [ ] No application or window context is captured
- [ ] Raw events are not persisted beyond the current window
- [ ] Privacy guarantees are maintained for all new/modified code
- [ ] Privacy declaration is updated if new data types are captured
## Testing
- [ ] I have added tests that prove my fix/feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] I have tested this on macOS (version: ______)
## Documentation
- [ ] I have updated the documentation accordingly
- [ ] I have updated the CHANGELOG.md (if applicable)
## Related Issues
Closes #
## Additional Notes