Skip to main content

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.

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.

Available shortcuts

ShortcutActionDescription
Ctrl+SSaveIf a contact row is selected, updates that contact. If nothing is selected, saves a new contact from the form.
Ctrl+NClear formClears all form fields (name, phone, email, category, favorite) and deselects any table row.
DeleteDelete selectedDeletes the currently selected contact after a confirmation dialog.
Ctrl+EExport CSVOpens the Save File dialog to export visible contacts to a CSV file.
Ctrl+FFocus searchMoves 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
This means you can use 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.
Use Ctrl+F to jump to the search box, type your query, then use arrow keys to navigate the filtered results. Press Ctrl+S to edit the selected contact in one fluid keyboard-only workflow.

Build docs developers (and LLMs) love