Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support case-insensitive input handling in menu selection #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jul 5, 2024

  1. feat: support case-insensitive input handling in menu selection

    Modified the input handling mechanism to accept both uppercase and lowercase letters for menu navigation commands.
    
    This change ensures the script can handle inputs more flexibly, accommodating both 'i' and 'I', 'c' and 'C', 'q' and 'Q', 'a' and 'A'.
    
    This enhancement was prompted by user feedback that the interface displays uppercase letters for action prompts, leading to a natural expectation that uppercase inputs would be accepted (Issue TNG#39).
    
    This update aligns the script's functionality with user expectations, enhancing usability and accessibility during interactive sessions. Tested on MacOS 14.5 with bash v5.2 shell.
    
    Resolves TNG#39
    
    Signed-off-by: Cornelius Roemer <[email protected]>
    corneliusroemer committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    186ed79 View commit details
    Browse the repository at this point in the history