From 1879c70d1ef4647fe4b8b22582c355ac3e7fff20 Mon Sep 17 00:00:00 2001 From: Petr Mikheev Date: Sat, 24 Dec 2022 23:29:26 +0100 Subject: [PATCH] Return back old settings description and mention that they are moved to the in-game menu --- .../reference/modding/settings/input.rst | 31 +++++++++++++++++++ files/ui/advancedpage.ui | 12 ++++++- 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/docs/source/reference/modding/settings/input.rst b/docs/source/reference/modding/settings/input.rst index 8d1bdee859..df9a6e7f48 100644 --- a/docs/source/reference/modding/settings/input.rst +++ b/docs/source/reference/modding/settings/input.rst @@ -27,6 +27,37 @@ to prevent the mouse cursor from becoming unusable when the game pauses on a bre This setting can only be configured by editing the settings configuration file. +toggle sneak +------------ + +:Type: boolean +:Range: True/False +:Default: False + +This setting causes the behavior of the sneak key (bound to Ctrl by default) +to toggle sneaking on and off rather than requiring the key to be held down while sneaking. +Players that spend significant time sneaking may find the character easier to control with this option enabled. + +**This setting is removed from settings.cfg.** + +Can be configured in game in the settings menu. + +always run +---------- + +:Type: boolean +:Range: True/False +:Default: False + +If this setting is true, the character is running by default, otherwise the character is walking by default. +The shift key will temporarily invert this setting, and the caps lock key will invert this setting while it's "locked". +This setting is updated every time you exit the game, +based on whether the caps lock key was on or off at the time you exited. + +**This setting is removed from settings.cfg.** + +This setting can be toggled in game by pressing the CapsLock key or in the settings menu. + camera sensitivity ------------------ diff --git a/files/ui/advancedpage.ui b/files/ui/advancedpage.ui index 9bab74ef76..d1da187fbe 100644 --- a/files/ui/advancedpage.ui +++ b/files/ui/advancedpage.ui @@ -63,6 +63,16 @@ + + + + <html><head/><body><p>This setting causes the behavior of the sneak key (bound to Ctrl by default) to toggle sneaking on and off rather than requiring the key to be held down while sneaking. Players that spend significant time sneaking may find the character easier to control with this option enabled. </p></body></html> + + + <s>Toggle sneak</s> (moved to the in-game menu) + + + @@ -73,7 +83,7 @@ - + <html><head/><body><p>Make stealing items from NPCs that were knocked down possible during combat.</p></body></html>