diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-06-24 12:55:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-24 12:55:46 -0500 |
commit | 8d81ee77a877f07e2d4f2779aa252f5f3bb98c7c (patch) | |
tree | b7ed0cca81a7354ca91b212611a2e4be2f43f063 | |
parent | 86d65b60647c185e656e3ae607a3762e667974ad (diff) | |
parent | 8678471f6bdc73cbb594882df83a79659cb5bcbe (diff) | |
download | servo-8d81ee77a877f07e2d4f2779aa252f5f3bb98c7c.tar.gz servo-8d81ee77a877f07e2d4f2779aa252f5f3bb98c7c.zip |
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 -->
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index a7ee3c0fe1f..94c6a3158cf 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,8 @@ URL with servo). - `Ctrl--` zooms out - `Ctrl-=` zooms in -- `Backspace` goes backwards in the history -- `Shift-Backspace` goes forwards in the history +- `Alt`+`left arrow` goes backwards in the history +- `Alt`+`right arrow` goes forwards in the history - `Esc` exits servo ## Developing |