> For the complete documentation index, see [llms.txt](https://www.logeshpaul.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.logeshpaul.com/wiki/code/chrome.md).

# Chrome

#### Enable developer tools

* `Command (⌘)` + `Option` + `i` - Mac
* `Ctrl` + `Alt` + `i` - Windows

#### Toggle the developer dock between the bottom & right

* `Command (⌘)` + `Shift` + `d` - Mac
* `Ctrl` + `Shift` + `d` - Windows

#### Toggle the Javascript console when the developer tool is open

* `esc` - Mac & Windows

#### Tabs

* `Command (⌘)` + `Shift` + `[` - Navigate to the left tab
* `Command (⌘)` + `Shift` + `]` - Navigate to the right tab
* `Ctrl` + `Tab` - Navigate from the next tab
* `Ctrl` + `Shift` + `Tab` - Navigate from the previous tab
* `Ctrl` + `w` - Close tab
* `Command (⌘)` + `Shift` + `t` - Undo close tab
