Contact Management App provides keyboard shortcuts for the most common operations, letting you manage contacts efficiently without switching between mouse and keyboard. All shortcuts work from anywhere in the application window, regardless of which field currently has focus.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/efrain-svg/Potes_Freddy_ProgInterfacesG_U3/llms.txt
Use this file to discover all available pages before exploring further.
Available shortcuts
| Shortcut | Action | Description |
|---|---|---|
Ctrl+S | Save | If a contact row is selected, updates that contact. If nothing is selected, saves a new contact from the form. |
Ctrl+N | Clear form | Clears all form fields (name, phone, email, category, favorite) and deselects any table row. |
Delete | Delete selected | Deletes the currently selected contact after a confirmation dialog. |
Ctrl+E | Export CSV | Opens the Save File dialog to export visible contacts to a CSV file. |
Ctrl+F | Focus search | Moves focus to the search field and selects its contents, ready for a new search query. |
Smart save behavior (Ctrl+S)
Ctrl+S behaves differently depending on whether a table row is selected:
- Row selected → runs Update for the selected contact using current form values
- No row selected → runs Add using current form values as a new contact
Ctrl+S as your single save shortcut for both creating and editing contacts.
Right-click context menu
In addition to keyboard shortcuts, every row in the contacts table has a right-click context menu with the following actions:Edit contact
Loads the contact into the edit form and switches to the Contacts tab.
Delete contact
Deletes the contact after a confirmation dialog — same as the Delete key.
Toggle favorite
Flips the favorite status without opening the edit form.
Export visible
Exports currently visible (filtered) contacts to CSV — same as Ctrl+E.