Browse Source

x11: Set x-detectable-auto-repeat to true by default

See #1735
rdb 1 week ago
parent
commit
12facf4a59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/x11display/config_x11display.cxx

+ 1 - 1
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."));
           "that it no longer needs to display a spinning mouse cursor."));
 
 
 ConfigVariableBool x_detectable_auto_repeat
 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."));
  PRC_DESC("Set this true to enable detectable auto-repeat for keyboard input."));
 
 
 /**
 /**