From ea53d81596e71276f241558e94f41cd01edaee91 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sun, 19 Aug 2018 21:27:30 -0700 Subject: [PATCH 1/2] List additional keyboard shortcuts --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 From 305b1093f92135c0c427d147a176f1499e07996c Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 21 Aug 2018 16:20:28 -0700 Subject: [PATCH 2/2] Add Mac shortcuts --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 470eae6204d..2fcc6886c51 100644 --- a/README.md +++ b/README.md @@ -283,13 +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 +- `Ctrl`+`L` opens URL prompt (`Cmd`+`L` on Mac) +- `Ctrl`+`R` reloads current page (`Cmd`+`R` on Mac) +- `Ctrl`+`-` zooms out (`Cmd`+`-` on Mac) +- `Ctrl`+`=` zooms in (`Cmd`+`=` 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) -- `Esc` or `Ctrl`+`Q` exits Servo +- `Esc` or `Ctrl`+`Q` exits Servo (`Cmd`+`Q` on Mac) ## Developing