From d64c09cbdd88217f008f01008800dc132a43dbdc Mon Sep 17 00:00:00 2001 From: Dystopian Date: Sun, 16 Jul 2023 01:29:03 +0300 Subject: [PATCH] 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> --- docs/wiki/feature/vehicles.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/wiki/feature/vehicles.md b/docs/wiki/feature/vehicles.md index af3c6a2b46..ffa838b389 100644 --- a/docs/wiki/feature/vehicles.md +++ b/docs/wiki/feature/vehicles.md @@ -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 - To turn cruise control on press Ins. - To turn it off press Ins again. + +### 2.4 Changing speed limiter / cruise control speed +- While active, use Ctrl+Scroll Wheel to increase or decrease the speed value. + +### 2.5 Resuming speed limiter / cruise control +- To resume with the last speed value, press Ctrl+Scroll Wheel Up. +- To resume with the current vehicle speed, press Ctrl+Scroll Wheel Down.