Skip to content

Releases: galacticdave/Deflector

Deflector 2.0 - Hybrid Engine & Zero Latency

16 Jan 23:11

Choose a tag to compare

🚀 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+Space instantly without touching the system driver.
    • Hardware Layer: Uses a targeted hidutil remap strictly for the physical F4 (Spotlight) key.
  • 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://toggle URL scheme for automation.

📦 How to Install

  1. Download Deflector.zip below.
  2. Unzip and drag Deflector.app to your Applications folder.
  3. Launch the app and follow the prompt to grant Accessibility permissions.
  4. 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.