Skip to content

Commit b9fae63

Browse files
authored
Merge pull request #36 from XanatosX/feature/add-default-buttons-to-readme
feature/add default buttons to readme
2 parents 566bc5f + 2cc3d12 commit b9fae63

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,16 @@ Console.disable()
6868
Console.enable()
6969
```
7070

71+
### Navigation
72+
73+
If inside the command input field use the arrow up and down key to navigate the history, if any. If there is a command which can be autocompleted to
74+
it will be shown below the input field, to select the suggestion simply click "tab", to traverse the list backward use "shift + tab".
75+
76+
> :information_source: You can change the button to navigate the autocomplete entries via the console settings.
77+
78+
To send a command to the console, simple press enter. If a command is written in red no matching command was found, if it is written in green you are good to go,
79+
keep in mind that this will not check if all the arguments are provided correctly.
80+
7181
## Example Project
7282

7383
For further instructions on how to use this addon, checkout the example project. There are some custom commands in the example and some settings changed,

0 commit comments

Comments
 (0)