From 4ff3b8e57c7d4fb7dacd9152abc19b394cb0c277 Mon Sep 17 00:00:00 2001 From: phact Date: Wed, 8 Oct 2025 15:33:08 -0400 Subject: [PATCH] better keybindings --- src/tui/widgets/command_modal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tui/widgets/command_modal.py b/src/tui/widgets/command_modal.py index 379c946d..58e1e5af 100644 --- a/src/tui/widgets/command_modal.py +++ b/src/tui/widgets/command_modal.py @@ -21,8 +21,8 @@ class CommandOutputModal(ModalScreen): ("w,+", "add_wave", "Add"), ("r,-", "remove_wave", "Remove"), ("p", "pause_waves", "Pause"), - ("up", "speed_up", "Faster"), - ("down", "speed_down", "Slower"), + ("f", "speed_up", "Faster"), + ("s", "speed_down", "Slower"), ] DEFAULT_CSS = """