---
template: layouts/keyboard-commands.html
title: Keyboard Commands
---

# Timeline: Keyboard Commands

=== "Mac"

    | Command             | Action                                                                                                                                         |
    | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
    | `⌘` + `k`     | Opens the command palette                                                                                                                            |
    | `⌘` + `f`     | Find within the session table <br> <small>Note: Using this command a second time toggles the native browser find in page functionality</small>       |
    | `⌘` + `↓`     | Jumps to last log entry in Timeline view                                                                                                             |   
    | `j` or `s`    | Jump to next log entry in Timeline view                                                                                                              |
    | `k` or `w`    | Jump to previous log entry in Timeline view                                                                                                          |
    | `d`           | Open detail view of currently selected log entry                                                                                                     |
    | `a`           | Close detail view of currently selected log entry                                                                                                    |  

=== "Windows"

    | Command             | Action                                                                                                                                         |
    | ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
    | `ctrl` + `k`  | Opens the command palette                                                                                                                            |
    | `ctrl` + `f`  | Find within the session table <br> <small>Note: Using this command a second time toggles the native browser find in page functionality</small>       |
    | `END` key     | Jumps to last log entry in Timeline view                                                                                                             |
    | `j` or `s`    | Jump to next log entry in Timeline view                                                                                                              |
    | `k` or `w`    | Jump to previous log entry in Timeline view                                                                                                          |
    | `d`           | Open detail view of currently selected log entry                                                                                                     |
    | `a`           | Close detail view of currently selected log entry                                                                                                    |
