aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2018-08-19 21:27:30 -0700
committerGitHub <noreply@github.com>2018-08-19 21:27:30 -0700
commitea53d81596e71276f241558e94f41cd01edaee91 (patch)
tree2ea29dfba629d9322a90ff5fa123c4255baecaa0
parentd34403047e806fa6c8c2468946f64429622ec434 (diff)
downloadservo-ea53d81596e71276f241558e94f41cd01edaee91.tar.gz
servo-ea53d81596e71276f241558e94f41cd01edaee91.zip
List additional keyboard shortcuts
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2385ee48a04..470eae6204d 100644
--- a/README.md
+++ b/README.md
@@ -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