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.

KeyAction
TabMove focus to the next interactive element (input, button, link).
Shift + TabMove focus to the previous interactive element.
Enter / SpaceActivate 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

KeyAction
TabMove to the next field.
Shift + TabMove to the previous field.
EnterSubmit a single-field form or activate the focused submit button.
EscapeClose 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:

KeyAction
Ctrl + A / Cmd + ASelect all text in the current field.
Ctrl + C / Cmd + CCopy selected text.
Ctrl + V / Cmd + VPaste from clipboard.
Ctrl + Z / Cmd + ZUndo last change in the current field.