26 lines
719 B
Markdown
26 lines
719 B
Markdown
---
|
|
layout: default
|
|
title: Console Shortcuts
|
|
parent: Quicktips
|
|
has_children: false
|
|
permalink: /quicktips/console-shortcuts
|
|
description: >-
|
|
Similar to a terminal of your OS, there are some keyboard shortcuts in Mainsail that make your everyday life easier.
|
|
---
|
|
|
|
# {{ page.title }}
|
|
{{ page.description }}
|
|
|
|
## Help command
|
|
|
|
Issue a `HELP` command to get a list of possible commands.
|
|
|
|
## Autocomplete
|
|
|
|
You can start typing a command and then complete it with the tab-key. If there are several possibilities, you will get a list of choices.
|
|
|
|

|
|
|
|
## Scroll through commands
|
|
|
|
Using the ↑ up / ↓ down arrow keys you can scroll through previous commands. |