From d0a686a4594b1c9e5f450da126da621eaf6d6d92 Mon Sep 17 00:00:00 2001 From: Craig Disselkoen Date: Fri, 17 Aug 2018 10:47:21 -0700 Subject: [PATCH] README: clarify Mac keyboard shortcuts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76949e79381..2385ee48a04 100644 --- a/README.md +++ b/README.md @@ -285,8 +285,8 @@ Run Servo with the command: - `Ctrl`+`-` zooms out - `Ctrl`+`=` zooms in -- `Alt`+`left arrow` goes backwards in the history -- `Alt`+`right arrow` goes forwards in the history +- `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 ## Developing