Command palette
Contents
Power users, rejoice! You can access many PostHog features using your keyboard.

Launch the command palette
Open with Cmd + K (Mac) or Ctrl + K (Windows, Linux).
Notable features
- Quickly see recent 5 items you've visited.
- See and navigate to all apps/tools available sorted by last visited.
- See and navigate to groups, persons, organizations.
- See and navigate to all organization/project/user settings.
- Navigate to a persons profile by typing their name or paste their ID.
- New... type 'New' and you'll see all creatable entities available, ex: "New funnel" or "New cohort"
- When focused on input, press
Tabto quickly open PostHog AI, or write your question first to immediately send a prompt on the next screen. - Search for SDK doctor to check your SDK versions and health.
- Search for Pipeline status to monitor your data pipelines.
- Search for Exports to view and download your exported data.
- Search for Jump to timestamp to navigate to events around a specific point in time.
Keyboard shortcuts
In addition to the command palette, PostHog supports global keyboard shortcuts:
| Shortcut | Action |
|---|---|
J then T | Open the Jump to timestamp modal |
Jump to timestamp
When debugging issues, you often have a timestamp from logs, error reports, or Sentry. Use the Jump to timestamp shortcut to quickly navigate to events around that time.
- Press
JthenTto open the modal (or search for "Jump to timestamp" in the command palette). - Paste a timestamp in any common format (ISO 8601, unix seconds/ms, or MM/DD/YYYY).
- Select a time window (e.g., 5 minutes around the timestamp).
- Press Enter or click Go to events to open Explore events filtered to that range.