浏览代码

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

See #1735
rdb 1 周之前
父节点
当前提交
12facf4a59
共有 1 个文件被更改,包括 1 次插入1 次删除
  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."));
 
 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."));
 
 /**