When the Electron main process can't start uiohook (macOS Accessibility denied, Linux missing input group), the IPC path silently produces no events. Previously this left zero keybind listeners active. Now the web capture-phase fallback is always set up as a safety net, ensuring keybinds work in-app even when the OS-level hook fails.