better keybindings
This commit is contained in:
parent
b13f4c761e
commit
4ff3b8e57c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 = """
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue