From d74a6e3ab0c0f75cc328bb1dfd7ee7ee1eab58c2 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 11 Nov 2025 22:07:59 +0100 Subject: [PATCH] help for defaultjoy updated --- config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.cpp b/config.cpp index 13883640..73ba7df9 100644 --- a/config.cpp +++ b/config.cpp @@ -1496,7 +1496,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."); + -> 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."); #endif vid.killreduction = 0;