pub type KeyboardInputHandlerFn = dyn Fn(KeyboardInput<'_>) + Send + Sync;
Keyboard-specific input handler.