Auto merge of #11856 - nerith:doc, r=jdm

README.md: Update keyboard shortcuts

Backspace and Shift-Backspace are no longer used to go backwards and forwards through history.

Instead, Alt+Left Arrow and Alt+Right Arrow are used now.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11856)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-06-24 12:55:46 -05:00 committed by GitHub
commit 8d81ee77a8

View file

@ -181,8 +181,8 @@ URL with servo).
- `Ctrl--` zooms out - `Ctrl--` zooms out
- `Ctrl-=` zooms in - `Ctrl-=` zooms in
- `Backspace` goes backwards in the history - `Alt`+`left arrow` goes backwards in the history
- `Shift-Backspace` goes forwards in the history - `Alt`+`right arrow` goes forwards in the history
- `Esc` exits servo - `Esc` exits servo
## Developing ## Developing