From 0386143688bf41c94e849aee6e66eb2315b26bb6 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 18 Dec 2025 01:55:17 +0100 Subject: [PATCH] better defaultjoy text --- config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cpp b/config.cpp index 17c7dcf2..1aa98aab 100644 --- a/config.cpp +++ b/config.cpp @@ -1508,7 +1508,7 @@ EX void initConfig() { -> editable("joystick moves automatically", 'J'); param_b(defaultjoy, "defaultjoy") -> editable("apply joystick movements", 'H') - -> help("Disable this on Steam controllers, which also send key events, to avoid duplicated input. Press key ` (or assign it to the controller button in Steam) to move or accept menu options."); + -> help("You may disable this on Steam controllers, if configured to also send key events, to avoid duplicated input. Press key ` (or assign it to the controller button in Steam) to move or accept menu options."); #endif vid.killreduction = 0;