// Copyright (C) 2026 SiputBiru <hillsforrest03@gmail.com>
// SPDX-License-Identifier: GPL-2.0-only
use KeyEvent;
use crate;
/// Route a key event through the current mode's handler.
/// Side effects (band changes, device connections, etc.) are
/// sent to the daemon directly via `App`'s client.