# 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
