CreatBotMainsail/docs/quicktips/console-shortcuts.md
Paul Cutler be2efac9fd
docs: Update Quicktips (#518)
Reiview and update the whole Quicktip section with better readability, grammar and spelling.

Signed-off-by Paul Cutler paul@paulcutler.org
2022-01-18 14:14:53 +01:00

26 lines
713 B
Markdown

---
layout: default
title: Console Shortcuts
parent: Quicktips
has_children: false
permalink: /quicktips/console-shortcuts
description: >-
Keyboard shortcuts are available for those who prefer shortcuts.
---
# {{ page.title }}
{{ page.description }}
## List of Commands
Issue a `HELP` command in the console to get a list of all available commands.
## Autocomplete
You can start typing a command and then complete it with the Tab key. If there are several possibilities, a list of choices will be displayed.
![](../assets/img/quicktips/console-shortcuts/tab_complete.gif)
## Scroll through commands
Use the ↑ up and ↓ down arrow keys to scroll through previously used commands in the console.