From 12facf4a59cfe4386be7def30fd134ad84d1caab Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 6 Dec 2025 21:10:44 +0100 Subject: [PATCH] x11: Set x-detectable-auto-repeat to true by default See #1735 --- panda/src/x11display/config_x11display.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/x11display/config_x11display.cxx b/panda/src/x11display/config_x11display.cxx index cfdea4e70c..36b33a4fb1 100644 --- a/panda/src/x11display/config_x11display.cxx +++ b/panda/src/x11display/config_x11display.cxx @@ -113,7 +113,7 @@ ConfigVariableBool x_send_startup_notification "that it no longer needs to display a spinning mouse cursor.")); ConfigVariableBool x_detectable_auto_repeat -("x-detectable-auto-repeat", false, +("x-detectable-auto-repeat", true, PRC_DESC("Set this true to enable detectable auto-repeat for keyboard input.")); /**