Vehicles - Document Resume/Set speed control functionality (#9263)

* Vehicles - Document Resume/Set

* Update docs/wiki/feature/vehicles.md

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>

---------

Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
This commit is contained in:
Dystopian 2023-07-16 01:29:03 +03:00 committed by GitHub
parent 8d107776c4
commit d64c09cbdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,3 +60,10 @@ Adds the ability to prevent the automatic shut-off of the engine when exiting ve
### 2.3 Turning cruise control on / off ### 2.3 Turning cruise control on / off
- To turn cruise control on press <kbd>Ins</kbd>. - To turn cruise control on press <kbd>Ins</kbd>.
- To turn it off press <kbd>Ins</kbd> again. - To turn it off press <kbd>Ins</kbd> again.
### 2.4 Changing speed limiter / cruise control speed
- While active, use <kbd>Ctrl</kbd>+<kbd>Scroll Wheel</kbd> to increase or decrease the speed value.
### 2.5 Resuming speed limiter / cruise control
- To resume with the last speed value, press <kbd>Ctrl</kbd>+<kbd>Scroll Wheel Up</kbd>.
- To resume with the current vehicle speed, press <kbd>Ctrl</kbd>+<kbd>Scroll Wheel Down</kbd>.