Add Mac shortcuts

This commit is contained in:
Alex Touchet 2018-08-21 16:20:28 -07:00 committed by GitHub
parent ea53d81596
commit 305b1093f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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