From db145aaf6dc9f6c29e28cc0f789af252e51482ce Mon Sep 17 00:00:00 2001 From: Arpit Babbar Date: Thu, 16 Sep 2021 17:08:28 +0530 Subject: [PATCH] Mention `Alt` + `Spacebar` in README.md (#803) * Mention alt+spacebar in README.md * Suggested improvement --- README.md | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 9f8be4de3..60d76c66e 100644 --- a/README.md +++ b/README.md @@ -176,22 +176,23 @@ This plugin enables you to quickly execute multiple things at once. ## Keyboard shortcuts -| Keyboard shortcut | Description | -| ----------------------------------- | ------------------------------------------------------------ | -| Enter | Execute selected search result | -| Shift Enter | Execute selected program as admin (Windows only) | -| Tab | Autocomplete file path | -| Ctrl o | Open the selected program or file at it's location (Windows) | -| Cmd o | Open the selected program or file at it's location (macOS) | -| | Scroll up | -| | Scroll down | -| Ctrl or Cmd p | Scroll up | -| Ctrl or Cmd n | Scroll down | -| Ctrl i | Open settings (Windows) | -| Cmd , | Open settings (macOS) | -| Shift | Browse user input history up | -| Shift | Browse user input history down | -| Ctrl l | Set focus on user input | +| Keyboard shortcut | Description | +| ------------------------------------ | ------------------------------------------------------------ | +| Alt Space Bar | Open search box (Default value, can be adjusted in settings) | +| Enter | Execute selected search result | +| Shift Enter | Execute selected program as admin (Windows only) | +| Tab | Autocomplete file path | +| Ctrl o | Open the selected program or file at it's location (Windows) | +| Cmd o | Open the selected program or file at it's location (macOS) | +| | Scroll up | +| | Scroll down | +| Ctrl or Cmd p | Scroll up | +| Ctrl or Cmd n | Scroll down | +| Ctrl i | Open settings (Windows) | +| Cmd , | Open settings (macOS) | +| Shift | Browse user input history up | +| Shift | Browse user input history down | +| Ctrl l | Set focus on user input | ## Settings