Skip to content

Remove 'Q' quit shortcut to allow 'q' in app names#25

Merged
williamthome merged 1 commit intomainfrom
fix/allow-q-in-app-names
Oct 7, 2025
Merged

Remove 'Q' quit shortcut to allow 'q' in app names#25
williamthome merged 1 commit intomainfrom
fix/allow-q-in-app-names

Conversation

@williamthome
Copy link
Member

The 'Q' key shortcut for quitting prevented users from:

  • Starting app names with 'q' (e.g., "queue_manager")
  • Including 'q' anywhere in the app name

Now only Escape cancels input, allowing full use of the alphabet.

Updated:

  • Removed 'q'/'Q' cancel handling from handle_name_input/2
  • Updated UI prompts to show only "Esc to cancel"
  • Simplified tests to only verify Escape cancellation

The 'Q' key shortcut for quitting prevented users from:
- Starting app names with 'q' (e.g., "queue_manager")
- Including 'q' anywhere in the app name

Now only Escape cancels input, allowing full use of the alphabet.

Updated:
- Removed 'q'/'Q' cancel handling from handle_name_input/2
- Updated UI prompts to show only "Esc to cancel"
- Simplified tests to only verify Escape cancellation
@williamthome williamthome merged commit 48ec709 into main Oct 7, 2025
4 checks passed
@williamthome williamthome deleted the fix/allow-q-in-app-names branch October 7, 2025 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant