Pārlūkot izejas kodu

use-keystrokes is now the default

David Rose 24 gadi atpakaļ
vecāks
revīzija
254b93fc75
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      panda/src/pgui/config_pgui.cxx

+ 1 - 1
panda/src/pgui/config_pgui.cxx

@@ -43,7 +43,7 @@ const bool pgui_quick = config_pgui.GetBool("pgui-quick", true);
 
 // Temporary variable to support old-style button press/release for
 // pgentries, before keystrokes were implemented.
-const bool use_keystrokes = config_pgui.GetBool("use-keystrokes", false);
+const bool use_keystrokes = config_pgui.GetBool("use-keystrokes", true);
 
 
 ////////////////////////////////////////////////////////////////////