When running in Electron but the desktop app hasn't been rebuilt with keybind support (no syncKeybinds/onKeybindAction in preload), the hook now falls through to the web capture-phase listener instead of silently doing nothing. This ensures keybinds work immediately on the web-served UI regardless of the desktop app version.