List additional keyboard shortcuts

This commit is contained in:
Alex Touchet 2018-08-19 21:27:30 -07:00 committed by GitHub
parent d34403047e
commit ea53d81596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -283,11 +283,13 @@ Run Servo with the command:
### Keyboard Shortcuts
- `Ctrl`+`L` opens URL prompt
- `Ctrl`+`R` reloads current page
- `Ctrl`+`-` zooms out
- `Ctrl`+`=` zooms in
- `Alt`+`left arrow` goes backwards in the history (`Cmd`+`left arrow` on Mac)
- `Alt`+`right arrow` goes forwards in the history (`Cmd`+`right arrow` on Mac)
- `Esc` exits servo
- `Esc` or `Ctrl`+`Q` exits Servo
## Developing