--- 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.