Hotkeys
// Global
Hotkeys are registered globally in lib/hotkeys.ts and are active whenever a session exists. They are ignored when the focused element is a text input, textarea or content-editable region, so they never conflict with typing.
- ⌘KCmd+K / Ctrl+K — toggle the command palette.
- /Open the command palette without modifier keys.
- ESCClose any open dialog, sheet or the command palette.
// Inside the command palette
- ↑/↓Move the active item.
- ⏎Run the active item.
// Inside data tables
Tables on the Licenses, Users, Variables and Logs pages support the usual interactions: click headers to sort (where supported), click checkboxes to select for bulk actions, use the pagination controls at the bottom of each table.