Skip to content

Commit

Permalink
Formatted md files with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschwendener committed Oct 3, 2021
1 parent 92abfcf commit 6f478b8
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,23 +176,23 @@ This plugin enables you to quickly execute multiple things at once.

## Keyboard shortcuts

| Keyboard shortcut | Description |
| ------------------------------------ | ------------------------------------------------------------ |
| <kbd>Alt</kbd> <kbd>Space Bar</kbd> | Open search box (Default value, can be adjusted in settings) |
| <kbd>Enter</kbd> | Execute selected search result |
| <kbd>Shift</kbd> <kbd>Enter</kbd> | Execute selected program as admin (Windows only) |
| <kbd>Tab</kbd> | Autocomplete file path |
| <kbd>Ctrl</kbd> <kbd>o</kbd> | Open the selected program or file at it's location (Windows) |
| <kbd>Cmd</kbd> <kbd>o</kbd> | Open the selected program or file at it's location (macOS) |
| <kbd>↑</kbd> | Scroll up |
| <kbd>↓</kbd> | Scroll down |
| <kbd>Ctrl or Cmd</kbd> <kbd>p</kbd> | Scroll up |
| <kbd>Ctrl or Cmd</kbd> <kbd>n</kbd> | Scroll down |
| <kbd>Ctrl</kbd> <kbd>i</kbd> | Open settings (Windows) |
| <kbd>Cmd</kbd> <kbd>,</kbd> | Open settings (macOS) |
| <kbd>Shift</kbd> <kbd>↑</kbd> | Browse user input history up |
| <kbd>Shift</kbd> <kbd>↓</kbd> | Browse user input history down |
| <kbd>Ctrl</kbd> <kbd>l</kbd> | Set focus on user input |
| Keyboard shortcut | Description |
| ----------------------------------- | ------------------------------------------------------------ |
| <kbd>Alt</kbd> <kbd>Space Bar</kbd> | Open search box (Default value, can be adjusted in settings) |
| <kbd>Enter</kbd> | Execute selected search result |
| <kbd>Shift</kbd> <kbd>Enter</kbd> | Execute selected program as admin (Windows only) |
| <kbd>Tab</kbd> | Autocomplete file path |
| <kbd>Ctrl</kbd> <kbd>o</kbd> | Open the selected program or file at it's location (Windows) |
| <kbd>Cmd</kbd> <kbd>o</kbd> | Open the selected program or file at it's location (macOS) |
| <kbd>↑</kbd> | Scroll up |
| <kbd>↓</kbd> | Scroll down |
| <kbd>Ctrl or Cmd</kbd> <kbd>p</kbd> | Scroll up |
| <kbd>Ctrl or Cmd</kbd> <kbd>n</kbd> | Scroll down |
| <kbd>Ctrl</kbd> <kbd>i</kbd> | Open settings (Windows) |
| <kbd>Cmd</kbd> <kbd>,</kbd> | Open settings (macOS) |
| <kbd>Shift</kbd> <kbd>↑</kbd> | Browse user input history up |
| <kbd>Shift</kbd> <kbd>↓</kbd> | Browse user input history down |
| <kbd>Ctrl</kbd> <kbd>l</kbd> | Set focus on user input |

## Settings

Expand Down

0 comments on commit 6f478b8

Please sign in to comment.