Skip to content

Commit

Permalink
Auto merge of #13511 - nerith:doc, r=jdm
Browse files Browse the repository at this point in the history
README.md: Make keyboard shortcut syntax similar

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors

- [X] These changes do not require tests because it only changes documentation

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13511)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Oct 1, 2016
2 parents 0c80ac9 + 6b217b2 commit d9f53cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -198,8 +198,8 @@ URL with servo).

### Keyboard Shortcuts

- `Ctrl--` zooms out
- `Ctrl-=` zooms in
- `Ctrl`+`-` zooms out
- `Ctrl`+`=` zooms in
- `Alt`+`left arrow` goes backwards in the history
- `Alt`+`right arrow` goes forwards in the history
- `Esc` exits servo
Expand Down

0 comments on commit d9f53cb

Please sign in to comment.