diff --git a/src/hosts/tui/keybindings.py b/src/hosts/tui/keybindings.py index d455379..3d37cd9 100644 --- a/src/hosts/tui/keybindings.py +++ b/src/hosts/tui/keybindings.py @@ -9,7 +9,7 @@ from textual.binding import Binding # Key bindings for the hosts manager application HOSTS_MANAGER_BINDINGS = [ - Binding("a", "add_entry", "Add new entry", show=True, id="left:add_entry"), + Binding("n", "add_entry", "New entry", show=True, id="left:new_entry"), Binding("d", "delete_entry", "Delete entry", show=True, id="left:delete_entry"), Binding("e", "edit_entry", "Edit entry", show=True, id="left:edit_entry"), Binding(