Releases: galacticdave/Deflector
Releases · galacticdave/Deflector
Deflector 2.0 - Hybrid Engine & Zero Latency
🚀 Major Update: The Hybrid Engine
Deflector 2.0 is a complete architectural rewrite designed to solve the stability issues of previous versions while maintaining zero-latency performance. This release introduces a Hybrid Engine that splits duties between software and hardware layers to bypass macOS sandbox restrictions.
🛡️ Key Changes
- New Hybrid Architecture:
- Software Layer: Uses low-level Carbon APIs to intercept
Cmd+Spaceinstantly without touching the system driver. - Hardware Layer: Uses a targeted
hidutilremap strictly for the physical F4 (Spotlight) key.
- Software Layer: Uses low-level Carbon APIs to intercept
- Crash Fix: Completely eliminates the
(os/kern) failure (0x5)sandbox error by removing the need for a global HID lock. - Micro-Sequencing Logic: Solves the "Ghosting" issue where launchers like Raycast wouldn't toggle closed. Deflector now virtually "lifts" the Command key 20ms before firing, ensuring a clean trigger every time.
- Shortcuts Support: Re-enabled
deflector://toggleURL scheme for automation.
📦 How to Install
- Download
Deflector.zipbelow. - Unzip and drag
Deflector.appto your Applications folder. - Launch the app and follow the prompt to grant Accessibility permissions.
- Required: Ensure native Spotlight is disabled in System Settings > Keyboard > Shortcuts.
Note: If you are upgrading from v1.0, please quit the old version and replace it with this new file.