Keyboard Shortcuts
Kitted runs in a browser window and does not currently define application-specific keyboard shortcuts. Standard browser and OS conventions apply throughout the interface.
Navigation
| Key | Action |
|---|---|
Tab | Move focus to the next interactive element (input, button, link). |
Shift + Tab | Move focus to the previous interactive element. |
Enter / Space | Activate the focused button or link. |
Alt + ← (Windows/Linux) | Navigate back in the browser history. |
Cmd + [ (macOS) | Navigate back in the browser history. |
Forms and Inputs
| Key | Action |
|---|---|
Tab | Move to the next field. |
Shift + Tab | Move to the previous field. |
Enter | Submit a single-field form or activate the focused submit button. |
Escape | Close a modal dialog (click the ✕ button or the backdrop for the same effect). |
Tables
Data tables do not have custom keyboard navigation. Use Tab to move between interactive controls (sort headers, action buttons) within a table.
Text Editing
Standard OS text-editing shortcuts apply in all text inputs and textareas:
| Key | Action |
|---|---|
Ctrl + A / Cmd + A | Select all text in the current field. |
Ctrl + C / Cmd + C | Copy selected text. |
Ctrl + V / Cmd + V | Paste from clipboard. |
Ctrl + Z / Cmd + Z | Undo last change in the current field. |