Skip to content

Commit e35caf2

Browse files
committed
Fix
1 parent 33d3019 commit e35caf2

File tree

1 file changed

+1
-1
lines changed
  • src/ansible_navigator/ui_framework

1 file changed

+1
-1
lines changed

src/ansible_navigator/ui_framework/ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,7 @@ def _show_menu(
10041004
# Otherwise, preserve prior behavior
10051005
continue
10061006

1007-
# Enter key should select the highlighted item when cursor nav is enabled
1007+
# Enter key should select the highlighted item for cursor navigation
10081008
if (
10091009
entry == "CURSOR_ENTER" or entry in ["^J", "^M", "KEY_ENTER", "KEY_RETURN"]
10101010
) and self._menu_indices:

0 commit comments

Comments
 (0)