-
-
Notifications
You must be signed in to change notification settings - Fork 491
Description
Title: Add Cmd+A support in search bar to select all text
Description:
Currently, when typing in the AltTab search bar (press 's' to search), there's no way to quickly select all text using the standard macOS keyboard shortcut Cmd+A. This makes it cumbersome to clear and retype search queries, especially when switching search terms quickly.
Expected behavior:
Pressing Cmd+A in the search bar should select all text, following standard macOS text editing conventions.
Current workaround:
Users must manually select text with mouse
Benefits:
- Consistency with macOS native text field behavior
- Faster workflow when changing search queries
- Better keyboard-only user experience
- Aligns with other standard text editing shortcuts (Cmd+C, Cmd+V, Cmd+X)
Use case:
When quickly switching between different searches (e.g., searching for "Chrome" then immediately wanting to search for "Terminal"), Cmd+A followed by typing would be much faster than backspacing or mouse selection.