From 5e8ed5dc3de2d446deef1ef100c32bcbb80ea829 Mon Sep 17 00:00:00 2001 From: Stian Lund Date: Thu, 8 Jun 2023 17:11:58 +0200 Subject: [PATCH] update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 20de8e6..9e1af38 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,16 @@ https://github.com/falsandtru/spatial-navigation Binds WASD, F, E and Q keys for navigation/hints. * __w/a/s/d__: Four-way spatial navigation -* __e/Shift+e__: Cycle link hints forward/back -* __q__: Exit navigation/hints mode -* __f/Enter__: Click link +* __e/Shift+e__: Expand/Contract (Map Keys or Change Targets) +* __q__: Quit navigation/hints mode +* __Enter/f__: Click link * __Shift+Enter/Shift+f__: Shift-click link (open new focused tab) * __Ctrl+Enter/Ctrl+f__: Ctrl-click link (open new background tab) +* __Ctrl+Shift+x__: Disable the hotkeys (for current tab) + +To set your own keys, visit the extension options page in your browser's extension manager page. + +### Screenshot ![Screenshot of extension in use](https://raw.githubusercontent.com/Pathduck/spatialnavigation/main/img/screenshot.jpg "Screenshot of extension in use")