From 8678471f6bdc73cbb594882df83a79659cb5bcbe Mon Sep 17 00:00:00 2001 From: Brandon Fairchild Date: Thu, 23 Jun 2016 23:43:46 -0400 Subject: [PATCH] README.md: Update keyboard shortcuts Backspace and Shift-Backspace are no longer used to go backwards and forwards through history. Instead, Alt+Left Arrow and Alt+Right Arrow are used now. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7ee3c0fe1f..94c6a3158cf 100644 --- a/README.md +++ b/README.md @@ -181,8 +181,8 @@ URL with servo). - `Ctrl--` zooms out - `Ctrl-=` zooms in -- `Backspace` goes backwards in the history -- `Shift-Backspace` goes forwards in the history +- `Alt`+`left arrow` goes backwards in the history +- `Alt`+`right arrow` goes forwards in the history - `Esc` exits servo ## Developing